Bug 126863

Summary: Remove the last remaining uses of AtomicallyInitializedStatic
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

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>