Title: [217806] trunk/Source/WebCore
Revision
217806
Author
[email protected]
Date
2017-06-05 16:51:12 -0700 (Mon, 05 Jun 2017)

Log Message

Build fix for macOS 10.12

* platform/spi/cocoa/AVKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (217805 => 217806)


--- trunk/Source/WebCore/ChangeLog	2017-06-05 23:32:27 UTC (rev 217805)
+++ trunk/Source/WebCore/ChangeLog	2017-06-05 23:51:12 UTC (rev 217806)
@@ -1,5 +1,11 @@
 2017-06-05  Dan Bernstein  <[email protected]>
 
+        Build fix for macOS 10.12
+
+        * platform/spi/cocoa/AVKitSPI.h:
+
+2017-06-05  Dan Bernstein  <[email protected]>
+
         Tried to fix the build when targrting macOS 10.12 using the macOS 10.13 developer beta SDK.
 
         * platform/mac/WebPlaybackControlsManager.h:

Modified: trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h (217805 => 217806)


--- trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h	2017-06-05 23:32:27 UTC (rev 217805)
+++ trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h	2017-06-05 23:51:12 UTC (rev 217806)
@@ -160,6 +160,8 @@
 OBJC_CLASS AVTouchBarPlaybackControlsProvider;
 OBJC_CLASS AVTouchBarScrubber;
 OBJC_CLASS AVTouchBarMediaSelectionOption;
+#else
+typedef AVFunctionBarMediaSelectionOption AVTouchBarMediaSelectionOption;
 #endif
 
 #if USE(APPLE_INTERNAL_SDK)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to