Bug 127256 - Convert GCThreadSharedData over to STL threading primitives
Summary: Convert GCThreadSharedData over to STL threading primitives
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-19 13:10 PST by Anders Carlsson
Modified: 2014-01-20 09:06 PST (History)
1 user (show)

See Also:


Attachments
Patch (10.99 KB, patch)
2014-01-19 13:14 PST, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>