Bug 129650

Summary: Merge API shims and JSLock
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: 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 Flags
Patch mark.lam: review+

Description Mark Hahnenberg 2014-03-03 19:18:35 PST
There can be only one!
Comment 1 Mark Hahnenberg 2014-03-04 10:41:47 PST
Created attachment 225790 [details]
Patch
Comment 2 WebKit Commit Bot 2014-03-04 10:42:57 PST
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 3 Mark Lam 2014-03-04 11:10:33 PST
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".
Comment 4 Mark Hahnenberg 2014-03-04 13:32:39 PST
Committed r165074: <http://trac.webkit.org/changeset/165074>