https://bugs.webkit.org/show_bug.cgi?id=175262
No new tests: debug logs are not tested.
Patch by Ms2ger <Ms2ger@igalia.com> on 2017-08-08
* platform/audio/PlatformMediaSessionManager.cpp:
(WebCore::PlatformMediaSessionManager::applicationDidBecomeActive const):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@220411
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2017-08-08 Ms2ger <Ms2ger@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 <bfulgham@apple.com>
Unreviewed build fix after r220376.
void PlatformMediaSessionManager::applicationDidBecomeActive() const
{
- LOG(Media, "PlatformMediaSessionManager::applicationDidBecomeInactive");
+ LOG(Media, "PlatformMediaSessionManager::applicationDidBecomeActive");
Vector<PlatformMediaSession*> sessions = m_sessions;
forEachSession([&] (PlatformMediaSession& session, size_t) {