Title: [215277] trunk/Source/WebCore
Revision
215277
Author
[email protected]
Date
2017-04-12 12:12:21 -0700 (Wed, 12 Apr 2017)

Log Message

Attempted build fix.

* platform/spi/cocoa/AVKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (215276 => 215277)


--- trunk/Source/WebCore/ChangeLog	2017-04-12 19:08:20 UTC (rev 215276)
+++ trunk/Source/WebCore/ChangeLog	2017-04-12 19:12:21 UTC (rev 215277)
@@ -1,5 +1,11 @@
 2017-04-12  Beth Dakin  <[email protected]>
 
+        Attempted build fix.
+
+        * platform/spi/cocoa/AVKitSPI.h:
+
+2017-04-12  Beth Dakin  <[email protected]>
+
         Adopt AVKit name change from AVFunctionBar* to AVTouchBar*
         https://bugs.webkit.org/show_bug.cgi?id=170693
         -and corresponding-

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


--- trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h	2017-04-12 19:08:20 UTC (rev 215276)
+++ trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h	2017-04-12 19:12:21 UTC (rev 215277)
@@ -157,12 +157,12 @@
 OBJC_CLASS AVFunctionBarScrubber;
 OBJC_CLASS AVFunctionBarMediaSelectionOption;
 
-#if __MAC_OS_X_VERSION_MIN_REQUIRED < 101300
+#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101300
 typedef AVFunctionBarMediaSelectionOption AVTouchBarMediaSelectionOption;
 typedef AVFunctionBarPlaybackControlsProvider AVTouchBarPlaybackControlsProvider;
 typedef AVFunctionBarScrubber AVTouchBarScrubber;
 #define AVTouchBarPlaybackControlsControlling AVFunctionBarPlaybackControlsControlling
-#endif // __MAC_OS_X_VERSION_MIN_REQUIRED < 101300
+#endif // __MAC_OS_X_VERSION_MAX_ALLOWED < 101300
 
 #if USE(APPLE_INTERNAL_SDK)
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to