| Summary: | Merge API shims and JSLock | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Hahnenberg <mhahnenberg> | ||||
| Component: | JavaScriptCore | Assignee: | Mark Hahnenberg <mhahnenberg> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | alecflett, bunhere, commit-queue, ggaren, gyuyoung.kim, jsbell, rakuco, sergio | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Mark Hahnenberg
2014-03-03 19:18:35 PST
Created attachment 225790 [details]
Patch
Attachment 225790 [details] did not pass style-queue:
ERROR: Source/JavaScriptCore/runtime/JSLock.cpp:260: Should be indented on a separate line, with the colon or comma first on that line. [whitespace/indent] [4]
ERROR: Source/JavaScriptCore/runtime/JSLock.h:52: Code inside a namespace should not be indented. [whitespace/indent] [4]
Total errors found: 2 in 33 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 225790 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=225790&action=review Nice. r=me with minor fix. > Source/JavaScriptCore/runtime/JSLock.cpp:142 > + m_entryIdentifierTable = wtfThreadData().setCurrentIdentifierTable(m_vm->identifierTable); "wtfThreadData()" ==> "threadData". Committed r165074: <http://trac.webkit.org/changeset/165074> |