⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 245890 in webkit


Ignore:
Timestamp:
May 30, 2019, 9:55:22 AM (7 years ago)
Author:
Truitt Savell
Message:

Fix the iOS build after r245887
https://bugs.webkit.org/show_bug.cgi?id=198345

Unreviewed build fix.

  • platform/audio/ios/MediaSessionManagerIOS.mm:

(WebCore::MediaSessionManageriOS::updateCarPlayIsConnected):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r245889 r245890  
     12019-05-30  Truitt Savell  <tsavell@apple.com>
     2
     3        Fix the iOS build after r245887
     4        https://bugs.webkit.org/show_bug.cgi?id=198345
     5
     6        Unreviewed build fix.
     7
     8        * platform/audio/ios/MediaSessionManagerIOS.mm:
     9        (WebCore::MediaSessionManageriOS::updateCarPlayIsConnected):
     10
    1112019-05-30  Jer Noble  <jer.noble@apple.com>
    212
  • trunk/Source/WebCore/platform/audio/ios/MediaSessionManagerIOS.mm

    r245887 r245890  
    215215
    216216    if (!canLoadAVSystemController_CarPlayIsConnectedAttribute()) {
    217         setIsPlayingToAutomotiveHeadUnit(false)
     217        setIsPlayingToAutomotiveHeadUnit(false);
    218218        return;
    219219    }
Note: See TracChangeset for help on using the changeset viewer.