RESOLVED FIXED 126864
Remove AtomicallyInitializedStatic
https://bugs.webkit.org/show_bug.cgi?id=126864
Summary Remove AtomicallyInitializedStatic
Anders Carlsson
Reported 2014-01-12 18:25:43 PST
Remove AtomicallyInitializedStatic
Attachments
Patch (4.69 KB, patch)
2014-01-12 18:27 PST, Anders Carlsson
no flags
Patch (10.86 KB, patch)
2014-01-13 08:32 PST, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2014-01-12 18:27:27 PST
Anders Carlsson
Comment 2 2014-01-12 18:32:42 PST
WebKit Commit Bot
Comment 3 2014-01-13 02:05:06 PST
Re-opened since this is blocked by bug 126877
Anders Carlsson
Comment 4 2014-01-13 08:32:13 PST
Andreas Kling
Comment 5 2014-01-13 08:34:19 PST
Comment on attachment 221045 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=221045&action=review > Source/WTF/ChangeLog:12 > + On Mac, add them to a separate file which will hold functions and symbols that we would like > + to remove but that are used by Safari. Reimplement them in terms of std::call_once and std::mutex. Good idea.
Anders Carlsson
Comment 6 2014-01-13 08:34:37 PST
Csaba Osztrogonác
Comment 7 2014-01-13 08:56:15 PST
(In reply to comment #6) > Committed r161879: <http://trac.webkit.org/changeset/161879> It broke the Apple Windows build: 1>..\wtf\ThreadingWin.cpp(170): error C2065: 'atomicallyInitializedStaticMutex' : undeclared identifier
Note You need to log in before you can comment on or make changes to this bug.