Title: [208504] trunk/Source/WebCore
Revision
208504
Author
ander...@apple.com
Date
2016-11-09 15:51:28 -0800 (Wed, 09 Nov 2016)

Log Message

Fix STP build.

* WebCorePrefix.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208503 => 208504)


--- trunk/Source/WebCore/ChangeLog	2016-11-09 23:41:14 UTC (rev 208503)
+++ trunk/Source/WebCore/ChangeLog	2016-11-09 23:51:28 UTC (rev 208504)
@@ -1,3 +1,9 @@
+2016-11-09  Anders Carlsson  <ander...@apple.com>
+
+        Fix STP build.
+
+        * WebCorePrefix.h:
+
 2016-11-09  Simon Fraser  <simon.fra...@apple.com>
 
         Implement visual-viewport based position:fixed handling for Mac async scrolling

Modified: trunk/Source/WebCore/WebCorePrefix.h (208503 => 208504)


--- trunk/Source/WebCore/WebCorePrefix.h	2016-11-09 23:41:14 UTC (rev 208503)
+++ trunk/Source/WebCore/WebCorePrefix.h	2016-11-09 23:51:28 UTC (rev 208504)
@@ -175,7 +175,7 @@
 #define delete ("if you use new/delete make sure to include config.h at the top of the file"()) 
 #endif
 
-#if USE(APPLE_INTERNAL_SDK)
+#if USE(APPLE_INTERNAL_SDK) && __has_include(<WebKitAdditions/ApplePayWebCorePrefixAdditions.h>)
 #include <WebKitAdditions/ApplePayWebCorePrefixAdditions.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to