Bug 127256

Summary: Convert GCThreadSharedData over to STL threading primitives
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Anders Carlsson 2014-01-19 13:10:25 PST
Convert GCThreadSharedData over to STL threading primitives
Comment 1 Anders Carlsson 2014-01-19 13:14:05 PST
Created attachment 221595 [details]
Patch
Comment 2 WebKit Commit Bot 2014-01-19 15:39:55 PST
Attachment 221595 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/heap/GCThreadSharedData.cpp:98:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/JavaScriptCore/heap/GCThreadSharedData.cpp:156:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/JavaScriptCore/heap/SlotVisitor.cpp:218:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/JavaScriptCore/heap/GCThread.cpp:73:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/JavaScriptCore/heap/GCThread.cpp:79:  More than one command on the same line  [whitespace/newline] [4]
Total errors found: 5 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2014-01-20 09:06:30 PST
Committed r162352: <http://trac.webkit.org/changeset/162352>