Changeset 286766 in webkit
- Timestamp:
- Dec 8, 2021, 11:09:19 PM (4 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r286765 r286766 1 2021-12-08 Myles C. Maxfield <mmaxfield@apple.com> 2 3 Fix build after r286759 4 https://bugs.webkit.org/show_bug.cgi?id=234067 5 6 Unreviewed. 7 8 No new tests because there is no behavior change. 9 10 * platform/audio/ios/AudioSessionIOS.mm: 11 (WebCore::AudioSessionIOS::setPresentingProcesses): 12 1 13 2021-12-08 Said Abou-Hallawa <said@apple.com> 2 14 -
trunk/Source/WebCore/platform/audio/ios/AudioSessionIOS.mm
r286759 r286766 172 172 { 173 173 #if HAVE(AUDIOSESSION_PROCESSASSERTION) 174 AVAudioSession session = [PAL::getAVAudioSessionClass() sharedInstance];174 AVAudioSession *session = [PAL::getAVAudioSessionClass() sharedInstance]; 175 175 if (![session respondsToSelector:@selector(setAuditTokensForProcessAssertion:error:)]) 176 176 return;
Note:
See TracChangeset
for help on using the changeset viewer.