Title: [233067] trunk/Source/WebCore/PAL
Revision
233067
Author
[email protected]
Date
2018-06-21 16:30:21 -0700 (Thu, 21 Jun 2018)

Log Message

Unreviewed attempt to fix the build after r233052.

* pal/spi/cocoa/AVKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (233066 => 233067)


--- trunk/Source/WebCore/PAL/ChangeLog	2018-06-21 23:13:17 UTC (rev 233066)
+++ trunk/Source/WebCore/PAL/ChangeLog	2018-06-21 23:30:21 UTC (rev 233067)
@@ -1,3 +1,9 @@
+2018-06-21  Ryan Haddad  <[email protected]>
+
+        Unreviewed attempt to fix the build after r233052.
+
+        * pal/spi/cocoa/AVKitSPI.h:
+
 2018-06-21  Jer Noble  <[email protected]>
 
         [Fullscreen] Use secondary glyph style for fullscreen controls

Modified: trunk/Source/WebCore/PAL/pal/spi/cocoa/AVKitSPI.h (233066 => 233067)


--- trunk/Source/WebCore/PAL/pal/spi/cocoa/AVKitSPI.h	2018-06-21 23:13:17 UTC (rev 233066)
+++ trunk/Source/WebCore/PAL/pal/spi/cocoa/AVKitSPI.h	2018-06-21 23:30:21 UTC (rev 233067)
@@ -33,7 +33,10 @@
 
 #if USE(APPLE_INTERNAL_SDK)
 
+#if !PLATFORM(WATCHOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 120000
 #import <AVKit/AVBackgroundView.h>
+#endif
+
 #import <AVKit/AVPlayerController.h>
 #pragma clang diagnostic push
 #pragma clang diagnostic ignored "-Wobjc-property-no-attribute"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to