Title: [165729] trunk/Source/WTF
- Revision
- 165729
- Author
- [email protected]
- Date
- 2014-03-17 02:50:01 -0700 (Mon, 17 Mar 2014)
Log Message
One more fix after r165725.
Patch by Tamas Gergely <[email protected]> on 2014-03-17
Reviewed by Csaba Osztrogonác.
* wtf/WTFThreadData.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (165728 => 165729)
--- trunk/Source/WTF/ChangeLog 2014-03-17 09:46:48 UTC (rev 165728)
+++ trunk/Source/WTF/ChangeLog 2014-03-17 09:50:01 UTC (rev 165729)
@@ -1,5 +1,13 @@
2014-03-17 Tamas Gergely <[email protected]>
+ One more fix after r165725.
+
+ Reviewed by Csaba Osztrogonác.
+
+ * wtf/WTFThreadData.h:
+
+2014-03-17 Tamas Gergely <[email protected]>
+
Buildfix after r165725 for non Mac platforms.
Reviewed by Csaba Osztrogonác.
Modified: trunk/Source/WTF/wtf/FastMalloc.cpp (165728 => 165729)
--- trunk/Source/WTF/wtf/FastMalloc.cpp 2014-03-17 09:46:48 UTC (rev 165728)
+++ trunk/Source/WTF/wtf/FastMalloc.cpp 2014-03-17 09:50:01 UTC (rev 165729)
@@ -461,9 +461,11 @@
#include <dispatch/dispatch.h>
#endif
+#if OS(DARWIN)
#if defined(__has_include) && __has_include(<System/pthread_machdep.h>)
#include <System/pthread_machdep.h>
#endif
+#endif
#if defined(__PTK_FRAMEWORK_JAVASCRIPTCORE_KEY0)
#define WTF_USE_PTHREAD_GETSPECIFIC_DIRECT 1
Modified: trunk/Source/WTF/wtf/WTFThreadData.h (165728 => 165729)
--- trunk/Source/WTF/wtf/WTFThreadData.h 2014-03-17 09:46:48 UTC (rev 165728)
+++ trunk/Source/WTF/wtf/WTFThreadData.h 2014-03-17 09:50:01 UTC (rev 165729)
@@ -34,9 +34,11 @@
#include <wtf/StackStats.h>
#include <wtf/text/StringHash.h>
-#if OS(DARWIN) && defined(__has_include) && __has_include(<System/pthread_machdep.h>)
+#if OS(DARWIN)
+#if defined(__has_include) && __has_include(<System/pthread_machdep.h>)
#include <System/pthread_machdep.h>
#endif
+#endif
#if defined(__PTK_FRAMEWORK_JAVASCRIPTCORE_KEY1)
#define WTF_USE_PTHREAD_GETSPECIFIC_DIRECT 1
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes