Title: [220411] trunk/Source/WebCore
Revision
220411
Author
commit-qu...@webkit.org
Date
2017-08-08 10:15:49 -0700 (Tue, 08 Aug 2017)

Log Message

Unreviewed. Correct the function name in a debug message.
https://bugs.webkit.org/show_bug.cgi?id=175262

No new tests: debug logs are not tested.

Patch by Ms2ger <ms2...@igalia.com> on 2017-08-08

* platform/audio/PlatformMediaSessionManager.cpp:
(WebCore::PlatformMediaSessionManager::applicationDidBecomeActive const):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (220410 => 220411)


--- trunk/Source/WebCore/ChangeLog	2017-08-08 17:14:01 UTC (rev 220410)
+++ trunk/Source/WebCore/ChangeLog	2017-08-08 17:15:49 UTC (rev 220411)
@@ -1,3 +1,13 @@
+2017-08-08  Ms2ger  <ms2...@igalia.com>
+
+        Unreviewed. Correct the function name in a debug message.
+        https://bugs.webkit.org/show_bug.cgi?id=175262
+
+        No new tests: debug logs are not tested.
+
+        * platform/audio/PlatformMediaSessionManager.cpp:
+        (WebCore::PlatformMediaSessionManager::applicationDidBecomeActive const):
+
 2017-08-08  Brent Fulgham  <bfulg...@apple.com>
 
         Unreviewed build fix after r220376.

Modified: trunk/Source/WebCore/platform/audio/PlatformMediaSessionManager.cpp (220410 => 220411)


--- trunk/Source/WebCore/platform/audio/PlatformMediaSessionManager.cpp	2017-08-08 17:14:01 UTC (rev 220410)
+++ trunk/Source/WebCore/platform/audio/PlatformMediaSessionManager.cpp	2017-08-08 17:15:49 UTC (rev 220411)
@@ -307,7 +307,7 @@
 
 void PlatformMediaSessionManager::applicationDidBecomeActive() const
 {
-    LOG(Media, "PlatformMediaSessionManager::applicationDidBecomeInactive");
+    LOG(Media, "PlatformMediaSessionManager::applicationDidBecomeActive");
 
     Vector<PlatformMediaSession*> sessions = m_sessions;
     forEachSession([&] (PlatformMediaSession& session, size_t) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to