Bug 126863 - Remove the last remaining uses of AtomicallyInitializedStatic
Summary: Remove the last remaining uses of AtomicallyInitializedStatic
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-12 18:14 PST by Anders Carlsson
Modified: 2014-01-12 18:19 PST (History)
3 users (show)

See Also:


Attachments
Patch (6.03 KB, patch)
2014-01-12 18:17 PST, Anders Carlsson
darin: 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-12 18:14:24 PST
Remove the last remaining uses of AtomicallyInitializedStatic
Comment 1 Anders Carlsson 2014-01-12 18:17:06 PST
Created attachment 220996 [details]
Patch
Comment 2 WebKit Commit Bot 2014-01-12 18:19:16 PST
Attachment 220996 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/HashTable.cpp', u'Source/WTF/wtf/unicode/icu/CollatorICU.cpp', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/Shared/mac/SecItemShim.cpp', '--commit-queue']" exit_code: 1
ERROR: Source/WTF/wtf/unicode/icu/CollatorICU.cpp:53:  Missing space before {  [whitespace/braces] [5]
ERROR: Source/WebKit2/Shared/mac/SecItemShim.cpp:49:  Missing space before {  [whitespace/braces] [5]
ERROR: Source/WTF/wtf/HashTable.cpp:42:  Missing space before {  [whitespace/braces] [5]
Total errors found: 3 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-12 18:19:46 PST
Committed r161849: <http://trac.webkit.org/changeset/161849>