Title: [218043] trunk/Source/WebCore
Revision
218043
Author
[email protected]
Date
2017-06-09 21:38:54 -0700 (Fri, 09 Jun 2017)

Log Message

Fixed building with the macOS 10.13 Apple Internal SDK when targeting macOS 10.12.

* platform/spi/mac/AVFoundationSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (218042 => 218043)


--- trunk/Source/WebCore/ChangeLog	2017-06-10 04:35:11 UTC (rev 218042)
+++ trunk/Source/WebCore/ChangeLog	2017-06-10 04:38:54 UTC (rev 218043)
@@ -1,3 +1,9 @@
+2017-06-09  Dan Bernstein  <[email protected]>
+
+        Fixed building with the macOS 10.13 Apple Internal SDK when targeting macOS 10.12.
+
+        * platform/spi/mac/AVFoundationSPI.h:
+
 2017-06-09  Brady Eidson  <[email protected]>
 
         Crash when IndexedDB's getAll is used inside a Web Worker.

Modified: trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h (218042 => 218043)


--- trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h	2017-06-10 04:35:11 UTC (rev 218042)
+++ trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h	2017-06-10 04:38:54 UTC (rev 218043)
@@ -47,8 +47,8 @@
 #else
 
 #import <AVFoundation/AVPlayer.h>
+#import <AVFoundation/AVPlayerItem.h>
 
-
 #if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101300) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 110000)
 NS_ASSUME_NONNULL_BEGIN
 @interface AVPlayerItem ()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to