Title: [222072] trunk/Source/WebCore/PAL
Revision
222072
Author
m...@apple.com
Date
2017-09-14 20:15:59 -0700 (Thu, 14 Sep 2017)

Log Message

Fixed building with the Apple internal macOS 10.12 SDK.

* pal/spi/cocoa/PassKitSPI.h: Avoid redefining types that are defined in the SDK.

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (222071 => 222072)


--- trunk/Source/WebCore/PAL/ChangeLog	2017-09-15 02:23:59 UTC (rev 222071)
+++ trunk/Source/WebCore/PAL/ChangeLog	2017-09-15 03:15:59 UTC (rev 222072)
@@ -1,3 +1,9 @@
+2017-09-14  Dan Bernstein  <m...@apple.com>
+
+        Fixed building with the Apple internal macOS 10.12 SDK.
+
+        * pal/spi/cocoa/PassKitSPI.h: Avoid redefining types that are defined in the SDK.
+
 2017-09-14  Andy Estes  <aes...@apple.com>
 
         [Mac] Upstream SpeechSynthesis-related WebKitSystemInterface functions

Modified: trunk/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h (222071 => 222072)


--- trunk/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h	2017-09-15 02:23:59 UTC (rev 222071)
+++ trunk/Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h	2017-09-15 03:15:59 UTC (rev 222072)
@@ -249,7 +249,7 @@
 
 #endif
 
-#if PLATFORM(MAC) && (!USE(APPLE_INTERNAL_SDK) || __MAC_OS_X_VERSION_MAX_ALLOWED < 101204)
+#if PLATFORM(MAC) && !USE(APPLE_INTERNAL_SDK)
 typedef NS_ENUM(NSInteger, PKPaymentButtonStyle) {
     PKPaymentButtonStyleWhite = 0,
     PKPaymentButtonStyleWhiteOutline,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to