Bug 126847

Summary: Replace more uses of AtomicallyInitializedStatic with std::call_once
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 sam: review+

Anders Carlsson
Reported 2014-01-12 11:02:31 PST
Replace more uses of AtomicallyInitializedStatic with std::call_once
Attachments
Patch (11.49 KB, patch)
2014-01-12 11:03 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2014-01-12 11:03:35 PST
WebKit Commit Bot
Comment 2 2014-01-12 11:06:05 PST
Attachment 220976 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Forward.h', u'Source/WebCore/ChangeLog', u'Source/WebCore/crypto/CryptoAlgorithmRegistry.cpp', u'Source/WebCore/crypto/CryptoAlgorithmRegistry.h', u'Source/WebCore/inspector/WorkerDebuggerAgent.cpp', u'Source/WebCore/workers/WorkerThread.cpp', '--commit-queue']" exit_code: 1 ERROR: Source/WebCore/crypto/CryptoAlgorithmRegistry.cpp:49: Missing space before { [whitespace/braces] [5] ERROR: Source/WebCore/workers/WorkerThread.cpp:58: Missing space before { [whitespace/braces] [5] ERROR: Source/WebCore/inspector/WorkerDebuggerAgent.cpp:56: Missing space before { [whitespace/braces] [5] Total errors found: 3 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 3 2014-01-12 11:40:52 PST
Note You need to log in before you can comment on or make changes to this bug.