Title: [161883] trunk/Source/WTF
Revision
161883
Author
[email protected]
Date
2014-01-13 09:19:41 -0800 (Mon, 13 Jan 2014)

Log Message

Fix Windows build.

* wtf/ThreadingWin.cpp:
(WTF::initializeThreading):

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (161882 => 161883)


--- trunk/Source/WTF/ChangeLog	2014-01-13 17:17:07 UTC (rev 161882)
+++ trunk/Source/WTF/ChangeLog	2014-01-13 17:19:41 UTC (rev 161883)
@@ -1,5 +1,12 @@
 2014-01-13  Anders Carlsson  <[email protected]>
 
+        Fix Windows build.
+
+        * wtf/ThreadingWin.cpp:
+        (WTF::initializeThreading):
+
+2014-01-13  Anders Carlsson  <[email protected]>
+
         Remove AtomicallyInitializedStatic
         https://bugs.webkit.org/show_bug.cgi?id=126864
 

Modified: trunk/Source/WTF/wtf/ThreadingWin.cpp (161882 => 161883)


--- trunk/Source/WTF/wtf/ThreadingWin.cpp	2014-01-13 17:17:07 UTC (rev 161882)
+++ trunk/Source/WTF/wtf/ThreadingWin.cpp	2014-01-13 17:19:41 UTC (rev 161883)
@@ -167,7 +167,6 @@
     // StringImpl::empty() does not construct its static string in a threadsafe fashion,
     // so ensure it has been initialized from here.
     StringImpl::empty();
-    atomicallyInitializedStaticMutex = new Mutex;
     threadMapMutex();
     initializeRandomNumberGenerator();
     wtfThreadData();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to