Changeset 286766 in webkit


Ignore:
Timestamp:
Dec 8, 2021, 11:09:19 PM (4 years ago)
Author:
mmaxfield@apple.com
Message:

Fix build after r286759
https://bugs.webkit.org/show_bug.cgi?id=234067

Unreviewed.

No new tests because there is no behavior change.

  • platform/audio/ios/AudioSessionIOS.mm:

(WebCore::AudioSessionIOS::setPresentingProcesses):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r286765 r286766  
     12021-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
    1132021-12-08  Said Abou-Hallawa  <said@apple.com>
    214
  • trunk/Source/WebCore/platform/audio/ios/AudioSessionIOS.mm

    r286759 r286766  
    172172{
    173173#if HAVE(AUDIOSESSION_PROCESSASSERTION)
    174     AVAudioSession session = [PAL::getAVAudioSessionClass() sharedInstance];
     174    AVAudioSession *session = [PAL::getAVAudioSessionClass() sharedInstance];
    175175    if (![session respondsToSelector:@selector(setAuditTokensForProcessAssertion:error:)])
    176176        return;
Note: See TracChangeset for help on using the changeset viewer.