Title: [238560] trunk/Source/WebCore/PAL
Revision
238560
Author
jer.no...@apple.com
Date
2018-11-27 11:31:51 -0800 (Tue, 27 Nov 2018)

Log Message

Adopt -setOverrideRouteSharingPolicy:routingContextUID: SPI
https://bugs.webkit.org/show_bug.cgi?id=190951
<rdar://problem/45213065>

Further follow-up build fix; add ASSUME_NONNULL macros to SPI declaration.

* pal/spi/cocoa/AVKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (238559 => 238560)


--- trunk/Source/WebCore/PAL/ChangeLog	2018-11-27 18:20:31 UTC (rev 238559)
+++ trunk/Source/WebCore/PAL/ChangeLog	2018-11-27 19:31:51 UTC (rev 238560)
@@ -4,6 +4,16 @@
         https://bugs.webkit.org/show_bug.cgi?id=190951
         <rdar://problem/45213065>
 
+        Further follow-up build fix; add ASSUME_NONNULL macros to SPI declaration.
+
+        * pal/spi/cocoa/AVKitSPI.h:
+
+2018-11-27  Jer Noble  <jer.no...@apple.com>
+
+        Adopt -setOverrideRouteSharingPolicy:routingContextUID: SPI
+        https://bugs.webkit.org/show_bug.cgi?id=190951
+        <rdar://problem/45213065>
+
         Follow-up build fix when building against older SDKs.
 
         * pal/spi/cocoa/AVKitSPI.h:

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


--- trunk/Source/WebCore/PAL/pal/spi/cocoa/AVKitSPI.h	2018-11-27 18:20:31 UTC (rev 238559)
+++ trunk/Source/WebCore/PAL/pal/spi/cocoa/AVKitSPI.h	2018-11-27 19:31:51 UTC (rev 238560)
@@ -91,9 +91,11 @@
 NS_ASSUME_NONNULL_END
 
 #elif __IPHONE_OS_VERSION_MAX_ALLOWED < 120200
+NS_ASSUME_NONNULL_BEGIN
 @interface AVPlayerViewController (AVPlayerViewController_WebKitOnly_OverrideRouteSharingPolicy)
 - (void)setWebKitOverrideRouteSharingPolicy:(NSUInteger)routeSharingPolicy routingContextUID:(NSString *)routingContextUID;
 @end
+NS_ASSUME_NONNULL_END
 #endif
 
 #else
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to