Title: [222812] trunk/Source/WebCore
- Revision
- 222812
- Author
- [email protected]
- Date
- 2017-10-03 14:56:53 -0700 (Tue, 03 Oct 2017)
Log Message
Include a few widespread WTF headers in WebCorePrefix.h
https://bugs.webkit.org/show_bug.cgi?id=173481
* WebCorePrefix.h:
Turn this off on Windows because it doesn't work; needs further investigation.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (222811 => 222812)
--- trunk/Source/WebCore/ChangeLog 2017-10-03 21:27:36 UTC (rev 222811)
+++ trunk/Source/WebCore/ChangeLog 2017-10-03 21:56:53 UTC (rev 222812)
@@ -1,3 +1,11 @@
+2017-10-03 Timothy Horton <[email protected]>
+
+ Include a few widespread WTF headers in WebCorePrefix.h
+ https://bugs.webkit.org/show_bug.cgi?id=173481
+
+ * WebCorePrefix.h:
+ Turn this off on Windows because it doesn't work; needs further investigation.
+
2017-10-03 Tim Horton <[email protected]>
Include a few widespread WTF headers in WebCorePrefix.h
Modified: trunk/Source/WebCore/WebCorePrefix.h (222811 => 222812)
--- trunk/Source/WebCore/WebCorePrefix.h 2017-10-03 21:27:36 UTC (rev 222811)
+++ trunk/Source/WebCore/WebCorePrefix.h 2017-10-03 21:56:53 UTC (rev 222812)
@@ -167,7 +167,7 @@
#ifdef __cplusplus
-#if !PLATFORM(MAC) || __MAC_OS_X_VERSION_MAX_ALLOWED >= 101300
+#if !PLATFORM(WIN) && (!PLATFORM(MAC) || __MAC_OS_X_VERSION_MAX_ALLOWED >= 101300)
#import <wtf/FastMalloc.h>
#import <wtf/Optional.h>
#import <wtf/StdLibExtras.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes