Changeset 220411 in webkit


Ignore:
Timestamp:
Aug 8, 2017 10:15:49 AM (7 years ago)
Author:
commit-queue@webkit.org
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 <Ms2ger@igalia.com> on 2017-08-08

  • platform/audio/PlatformMediaSessionManager.cpp:

(WebCore::PlatformMediaSessionManager::applicationDidBecomeActive const):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r220405 r220411  
     12017-08-08  Ms2ger  <Ms2ger@igalia.com>
     2
     3        Unreviewed. Correct the function name in a debug message.
     4        https://bugs.webkit.org/show_bug.cgi?id=175262
     5
     6        No new tests: debug logs are not tested.
     7
     8        * platform/audio/PlatformMediaSessionManager.cpp:
     9        (WebCore::PlatformMediaSessionManager::applicationDidBecomeActive const):
     10
    1112017-08-08  Brent Fulgham  <bfulgham@apple.com>
    212
  • trunk/Source/WebCore/platform/audio/PlatformMediaSessionManager.cpp

    r218615 r220411  
    308308void PlatformMediaSessionManager::applicationDidBecomeActive() const
    309309{
    310     LOG(Media, "PlatformMediaSessionManager::applicationDidBecomeInactive");
     310    LOG(Media, "PlatformMediaSessionManager::applicationDidBecomeActive");
    311311
    312312    Vector<PlatformMediaSession*> sessions = m_sessions;
Note: See TracChangeset for help on using the changeset viewer.