Title: [245890] trunk/Source/WebCore
Revision
245890
Author
[email protected]
Date
2019-05-30 09:55:22 -0700 (Thu, 30 May 2019)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (245889 => 245890)


--- trunk/Source/WebCore/ChangeLog	2019-05-30 16:49:29 UTC (rev 245889)
+++ trunk/Source/WebCore/ChangeLog	2019-05-30 16:55:22 UTC (rev 245890)
@@ -1,3 +1,13 @@
+2019-05-30  Truitt Savell  <[email protected]>
+
+        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):
+
 2019-05-30  Jer Noble  <[email protected]>
 
         ASSERTION FAILED: m_scriptExecutionContext under WebCore::AudioContext::isPlayingAudioDidChange()

Modified: trunk/Source/WebCore/platform/audio/ios/MediaSessionManagerIOS.mm (245889 => 245890)


--- trunk/Source/WebCore/platform/audio/ios/MediaSessionManagerIOS.mm	2019-05-30 16:49:29 UTC (rev 245889)
+++ trunk/Source/WebCore/platform/audio/ios/MediaSessionManagerIOS.mm	2019-05-30 16:55:22 UTC (rev 245890)
@@ -214,7 +214,7 @@
     }
 
     if (!canLoadAVSystemController_CarPlayIsConnectedAttribute()) {
-        setIsPlayingToAutomotiveHeadUnit(false)
+        setIsPlayingToAutomotiveHeadUnit(false);
         return;
     }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to