Title: [283480] trunk/Source/WebCore/PAL
- Revision
- 283480
- Author
- [email protected]
- Date
- 2021-10-03 14:29:19 -0700 (Sun, 03 Oct 2021)
Log Message
Build fix: GPU Process microphone attribution SPI adoption
<https://bugs.webkit.org/show_bug.cgi?id=231034>
<rdar://problem/83732537>
* pal/spi/cocoa/AVFoundationSPI.h:
(-[AVAudioSession setHostProcessAttribution:error:]):
- Add SPI declaration for open source bots.
Modified Paths
Diff
Modified: trunk/Source/WebCore/PAL/ChangeLog (283479 => 283480)
--- trunk/Source/WebCore/PAL/ChangeLog 2021-10-03 21:03:52 UTC (rev 283479)
+++ trunk/Source/WebCore/PAL/ChangeLog 2021-10-03 21:29:19 UTC (rev 283480)
@@ -1,3 +1,13 @@
+2021-10-03 David Kilzer <[email protected]>
+
+ Build fix: GPU Process microphone attribution SPI adoption
+ <https://bugs.webkit.org/show_bug.cgi?id=231034>
+ <rdar://problem/83732537>
+
+ * pal/spi/cocoa/AVFoundationSPI.h:
+ (-[AVAudioSession setHostProcessAttribution:error:]):
+ - Add SPI declaration for open source bots.
+
2021-10-01 Chris Dumez <[email protected]>
Drop support for macOS < 10.15
Modified: trunk/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h (283479 => 283480)
--- trunk/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h 2021-10-03 21:03:52 UTC (rev 283479)
+++ trunk/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h 2021-10-03 21:29:19 UTC (rev 283480)
@@ -397,6 +397,7 @@
@property (readonly) NSString* routingContextUID;
@property (readonly) BOOL eligibleForBTSmartRoutingConsideration;
- (BOOL)setEligibleForBTSmartRoutingConsideration:(BOOL)inValue error:(NSError **)outError;
+- (BOOL)setHostProcessAttribution:(NSArray<NSString *>*)inHostProcessInfo error:(NSError **)outError SPI_AVAILABLE(ios(15.0), watchos(8.0), tvos(15.0)) API_UNAVAILABLE(macCatalyst, macos);
@end
NS_ASSUME_NONNULL_END
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes