Changeset 245890 in webkit
- Timestamp:
- May 30, 2019, 9:55:22 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/audio/ios/MediaSessionManagerIOS.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r245889 r245890 1 2019-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 1 11 2019-05-30 Jer Noble <jer.noble@apple.com> 2 12 -
trunk/Source/WebCore/platform/audio/ios/MediaSessionManagerIOS.mm
r245887 r245890 215 215 216 216 if (!canLoadAVSystemController_CarPlayIsConnectedAttribute()) { 217 setIsPlayingToAutomotiveHeadUnit(false) 217 setIsPlayingToAutomotiveHeadUnit(false); 218 218 return; 219 219 }
Note:
See TracChangeset
for help on using the changeset viewer.