⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 238560 in webkit


Ignore:
Timestamp:
Nov 27, 2018, 11:31:51 AM (8 years ago)
Author:
jer.noble@apple.com
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:
Location:
trunk/Source/WebCore/PAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/PAL/ChangeLog

    r238556 r238560  
     12018-11-27  Jer Noble  <jer.noble@apple.com>
     2
     3        Adopt -setOverrideRouteSharingPolicy:routingContextUID: SPI
     4        https://bugs.webkit.org/show_bug.cgi?id=190951
     5        <rdar://problem/45213065>
     6
     7        Further follow-up build fix; add ASSUME_NONNULL macros to SPI declaration.
     8
     9        * pal/spi/cocoa/AVKitSPI.h:
     10
    1112018-11-27  Jer Noble  <jer.noble@apple.com>
    212
  • trunk/Source/WebCore/PAL/pal/spi/cocoa/AVKitSPI.h

    r238556 r238560  
    9292
    9393#elif __IPHONE_OS_VERSION_MAX_ALLOWED < 120200
     94NS_ASSUME_NONNULL_BEGIN
    9495@interface AVPlayerViewController (AVPlayerViewController_WebKitOnly_OverrideRouteSharingPolicy)
    9596- (void)setWebKitOverrideRouteSharingPolicy:(NSUInteger)routeSharingPolicy routingContextUID:(NSString *)routingContextUID;
    9697@end
     98NS_ASSUME_NONNULL_END
    9799#endif
    98100
Note: See TracChangeset for help on using the changeset viewer.