[webkit-reviews] review granted: [Bug 126861] Remove all uses of AtomicallyInitializedStatic from WebCore : [Attachment 220993] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 12 17:57:36 PST 2014


Darin Adler <darin at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 126861: Remove all uses of AtomicallyInitializedStatic from WebCore
https://bugs.webkit.org/show_bug.cgi?id=126861

Attachment 220993: Patch
https://bugs.webkit.org/attachment.cgi?id=220993&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=220993&action=review


> Source/WebCore/Modules/indexeddb/IDBPendingTransactionMonitor.cpp:47
> +	   transactions = new ThreadSpecific<TransactionList>();

No need for the "()" here.

> Source/WebCore/fileapi/ThreadableBlobRegistry.cpp:84
> +	   map = new ThreadSpecific<BlobUrlOriginMap>();

Ditto.


More information about the webkit-reviews mailing list