Title: [174814] trunk/Source/WTF
Revision
174814
Author
[email protected]
Date
2014-10-17 01:27:56 -0700 (Fri, 17 Oct 2014)

Log Message

Reverted incorrect build fix attempt.

* wtf/Threading.cpp:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (174813 => 174814)


--- trunk/Source/WTF/ChangeLog	2014-10-17 08:23:24 UTC (rev 174813)
+++ trunk/Source/WTF/ChangeLog	2014-10-17 08:27:56 UTC (rev 174814)
@@ -1,5 +1,11 @@
 2014-10-17  Dan Bernstein  <[email protected]>
 
+        Reverted incorrect build fix attempt.
+
+        * wtf/Threading.cpp:
+
+2014-10-17  Dan Bernstein  <[email protected]>
+
         Tried to fix the Yosemite build.
 
         * wtf/Threading.cpp:

Modified: trunk/Source/WTF/wtf/Threading.cpp (174813 => 174814)


--- trunk/Source/WTF/wtf/Threading.cpp	2014-10-17 08:23:24 UTC (rev 174813)
+++ trunk/Source/WTF/wtf/Threading.cpp	2014-10-17 08:27:56 UTC (rev 174814)
@@ -28,10 +28,6 @@
 
 #include <string.h>
 
-#if HAVE(QOS_CLASSES)
-#include <sys/qos.h>
-#endif
-
 namespace WTF {
 
 struct NewThreadContext {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to