Title: [245236] trunk/Source/WebCore
Revision
245236
Author
[email protected]
Date
2019-05-13 09:30:08 -0700 (Mon, 13 May 2019)

Log Message

https://bugs.webkit.org/show_bug.cgi?id=197793
<rdar://problem/46429187>

Unreviewed, build fix after r245199.


* platform/audio/ios/MediaSessionManagerIOS.mm:
(WebCore::MediaSessionManageriOS::externalOutputDeviceAvailableDidChange):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (245235 => 245236)


--- trunk/Source/WebCore/ChangeLog	2019-05-13 15:39:37 UTC (rev 245235)
+++ trunk/Source/WebCore/ChangeLog	2019-05-13 16:30:08 UTC (rev 245236)
@@ -1,3 +1,13 @@
+2019-05-13  Eric Carlson  <[email protected]>
+
+        https://bugs.webkit.org/show_bug.cgi?id=197793
+        <rdar://problem/46429187>
+
+        Unreviewed, build fix after r245199.
+
+        * platform/audio/ios/MediaSessionManagerIOS.mm:
+        (WebCore::MediaSessionManageriOS::externalOutputDeviceAvailableDidChange):
+
 2019-05-13  Darin Adler  <[email protected]>
 
         WHLSLPrepare.cpp always recompiles, even if nothing was changed

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


--- trunk/Source/WebCore/platform/audio/ios/MediaSessionManagerIOS.mm	2019-05-13 15:39:37 UTC (rev 245235)
+++ trunk/Source/WebCore/platform/audio/ios/MediaSessionManagerIOS.mm	2019-05-13 16:30:08 UTC (rev 245236)
@@ -184,7 +184,7 @@
 {
     BEGIN_BLOCK_OBJC_EXCEPTIONS
 
-    auto haveTargets = [m_objcObserver hasWirelessTargetsAvailable];
+    bool haveTargets = [m_objcObserver hasWirelessTargetsAvailable];
     ALWAYS_LOG(LOGIDENTIFIER, haveTargets);
 
     forEachSession([haveTargets] (PlatformMediaSession& session, size_t) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to