Title: [285276] branches/safari-612-branch/Source/WebCore/PAL
- Revision
- 285276
- Author
- [email protected]
- Date
- 2021-11-04 12:38:55 -0700 (Thu, 04 Nov 2021)
Log Message
Cherry-pick r283480. rdar://problem/83732537
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.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283480 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-612-branch/Source/WebCore/PAL/ChangeLog (285275 => 285276)
--- branches/safari-612-branch/Source/WebCore/PAL/ChangeLog 2021-11-04 19:38:52 UTC (rev 285275)
+++ branches/safari-612-branch/Source/WebCore/PAL/ChangeLog 2021-11-04 19:38:55 UTC (rev 285276)
@@ -1,5 +1,29 @@
2021-11-04 Russell Epstein <[email protected]>
+ Cherry-pick r283480. rdar://problem/83732537
+
+ 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.
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283480 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 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-11-04 Russell Epstein <[email protected]>
+
Cherry-pick r283394. rdar://problem/83732537
GPU Process microphone attribution SPI adoption
Modified: branches/safari-612-branch/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h (285275 => 285276)
--- branches/safari-612-branch/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h 2021-11-04 19:38:52 UTC (rev 285275)
+++ branches/safari-612-branch/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h 2021-11-04 19:38:55 UTC (rev 285276)
@@ -399,6 +399,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