RESOLVED FIXED 126851
Use std::call_once instead of AtomicallyInitializedStatic in DatabaseBackendBase
https://bugs.webkit.org/show_bug.cgi?id=126851
Summary Use std::call_once instead of AtomicallyInitializedStatic in DatabaseBackendBase
Anders Carlsson
Reported 2014-01-12 13:06:21 PST
Use std::call_once instead of AtomicallyInitializedStatic in DatabaseBackendBase
Attachments
Patch (5.20 KB, patch)
2014-01-12 13:09 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2014-01-12 13:09:57 PST
WebKit Commit Bot
Comment 2 2014-01-12 13:11:28 PST
Attachment 220982 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/Modules/webdatabase/DatabaseBackendBase.cpp', '--commit-queue']" exit_code: 1 ERROR: Source/WebCore/Modules/webdatabase/DatabaseBackendBase.cpp:149: Missing space before { [whitespace/braces] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 3 2014-01-12 13:27:02 PST
Note You need to log in before you can comment on or make changes to this bug.