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

Changeset 285836 in webkit


Ignore:
Timestamp:
Nov 15, 2021, 2:25:17 PM (5 years ago)
Author:
jer.noble@apple.com
Message:

[iOS] Adopt -[AVAudioSession setAuditTokensForProcessAssertion:]
https://bugs.webkit.org/show_bug.cgi?id=232909
<rdar://68184444>

Reviewed by Eric Carlson.

Re-declare -setAuditTokensForProcessAssertion in APPLE_INTERNAL_SDK section.

  • pal/spi/cocoa/AVFoundationSPI.h:
Location:
trunk/Source/WebCore/PAL
Files:
2 edited

Legend:

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

    r285831 r285836  
     12021-11-15  Jer Noble  <jer.noble@apple.com>
     2
     3        [iOS] Adopt -[AVAudioSession setAuditTokensForProcessAssertion:]
     4        https://bugs.webkit.org/show_bug.cgi?id=232909
     5        <rdar://68184444>
     6
     7        Reviewed by Eric Carlson.
     8
     9        Re-declare -setAuditTokensForProcessAssertion in APPLE_INTERNAL_SDK section.
     10
     11        * pal/spi/cocoa/AVFoundationSPI.h:
     12
    1132021-11-15  Myles C. Maxfield  <mmaxfield@apple.com>
    214
  • trunk/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h

    r285584 r285836  
    5454#if PLATFORM(IOS_FAMILY)
    5555#import <AVFoundation/AVAudioSession_Private.h>
     56NS_ASSUME_NONNULL_BEGIN
     57@interface AVAudioSession (AVAudioSessionWebKitPrivate)
     58- (BOOL)setAuditTokensForProcessAssertion:(NSArray<NSData *>*)inAuditTokens error:(NSError **)outError;
     59@end
     60NS_ASSUME_NONNULL_END
    5661#endif
    5762
Note: See TracChangeset for help on using the changeset viewer.