Bug 126837

Summary: Use std::call_once instead of AtomicallyInitializedStatic when creating a HTTP header set
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, japhet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2014-01-11 22:11:39 PST
Use std::call_once instead of AtomicallyInitializedStatic when creating a HTTP header set
Comment 1 Anders Carlsson 2014-01-11 22:14:14 PST
Created attachment 220959 [details]
Patch
Comment 2 WebKit Commit Bot 2014-01-11 22:15:16 PST
Attachment 220959 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/HashSet.h', u'Source/WebCore/ChangeLog', u'Source/WebCore/loader/CrossOriginAccessControl.cpp', '--commit-queue']" exit_code: 1
ERROR: Source/WebCore/loader/CrossOriginAccessControl.cpp:84:  Missing space before {  [whitespace/braces] [5]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2014-01-11 22:26:05 PST
Committed r161801: <http://trac.webkit.org/changeset/161801>