Changeset 283480 in webkit
- Timestamp:
- Oct 3, 2021, 2:29:19 PM (4 years ago)
- Location:
- trunk/Source/WebCore/PAL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/PAL/ChangeLog
r283431 r283480 1 2021-10-03 David Kilzer <ddkilzer@apple.com> 2 3 Build fix: GPU Process microphone attribution SPI adoption 4 <https://bugs.webkit.org/show_bug.cgi?id=231034> 5 <rdar://problem/83732537> 6 7 * pal/spi/cocoa/AVFoundationSPI.h: 8 (-[AVAudioSession setHostProcessAttribution:error:]): 9 - Add SPI declaration for open source bots. 10 1 11 2021-10-01 Chris Dumez <cdumez@apple.com> 2 12 -
trunk/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h
r283431 r283480 398 398 @property (readonly) BOOL eligibleForBTSmartRoutingConsideration; 399 399 - (BOOL)setEligibleForBTSmartRoutingConsideration:(BOOL)inValue error:(NSError **)outError; 400 - (BOOL)setHostProcessAttribution:(NSArray<NSString *>*)inHostProcessInfo error:(NSError **)outError SPI_AVAILABLE(ios(15.0), watchos(8.0), tvos(15.0)) API_UNAVAILABLE(macCatalyst, macos); 400 401 @end 401 402
Note:
See TracChangeset
for help on using the changeset viewer.