Title: [285836] trunk/Source/WebCore/PAL
Revision
285836
Author
jer.no...@apple.com
Date
2021-11-15 14:25:17 -0800 (Mon, 15 Nov 2021)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (285835 => 285836)


--- trunk/Source/WebCore/PAL/ChangeLog	2021-11-15 22:16:38 UTC (rev 285835)
+++ trunk/Source/WebCore/PAL/ChangeLog	2021-11-15 22:25:17 UTC (rev 285836)
@@ -1,3 +1,15 @@
+2021-11-15  Jer Noble  <jer.no...@apple.com>
+
+        [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:
+
 2021-11-15  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         [WebGPU] [Cocoa] Connect WebCore & PAL to WebGPU.framework

Modified: trunk/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h (285835 => 285836)


--- trunk/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h	2021-11-15 22:16:38 UTC (rev 285835)
+++ trunk/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h	2021-11-15 22:25:17 UTC (rev 285836)
@@ -53,6 +53,11 @@
 
 #if PLATFORM(IOS_FAMILY)
 #import <AVFoundation/AVAudioSession_Private.h>
+NS_ASSUME_NONNULL_BEGIN
+@interface AVAudioSession (AVAudioSessionWebKitPrivate)
+- (BOOL)setAuditTokensForProcessAssertion:(NSArray<NSData *>*)inAuditTokens error:(NSError **)outError;
+@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