Title: [161871] trunk/Source/WTF
Revision
161871
Author
[email protected]
Date
2014-01-13 02:44:18 -0800 (Mon, 13 Jan 2014)

Log Message

Unreviewed, rolling out r161855.
http://trac.webkit.org/changeset/161855
https://bugs.webkit.org/show_bug.cgi?id=126880

Sister commit of r161852 (Requested by kling on #webkit).

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

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (161870 => 161871)


--- trunk/Source/WTF/ChangeLog	2014-01-13 10:25:48 UTC (rev 161870)
+++ trunk/Source/WTF/ChangeLog	2014-01-13 10:44:18 UTC (rev 161871)
@@ -1,5 +1,16 @@
 2014-01-13  Commit Queue  <[email protected]>
 
+        Unreviewed, rolling out r161855.
+        http://trac.webkit.org/changeset/161855
+        https://bugs.webkit.org/show_bug.cgi?id=126880
+
+        Sister commit of r161852 (Requested by kling on #webkit).
+
+        * wtf/ThreadingPthreads.cpp:
+        (WTF::initializeThreading):
+
+2014-01-13  Commit Queue  <[email protected]>
+
         Unreviewed, rolling out r161852.
         http://trac.webkit.org/changeset/161852
         https://bugs.webkit.org/show_bug.cgi?id=126877

Modified: trunk/Source/WTF/wtf/ThreadingPthreads.cpp (161870 => 161871)


--- trunk/Source/WTF/wtf/ThreadingPthreads.cpp	2014-01-13 10:25:48 UTC (rev 161870)
+++ trunk/Source/WTF/wtf/ThreadingPthreads.cpp	2014-01-13 10:44:18 UTC (rev 161871)
@@ -115,8 +115,6 @@
     if (atomicallyInitializedStaticMutex)
         return;
 
-    isInitialized = true;
-
     WTF::double_conversion::initialize();
     // StringImpl::empty() does not construct its static string in a threadsafe fashion,
     // so ensure it has been initialized from here.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to