Changeset 228043 in webkit


Ignore:
Timestamp:
Feb 2, 2018 6:14:32 PM (6 years ago)
Author:
commit-queue@webkit.org
Message:

Fix build error after r 227457 with VIDEO and WEB_AUDIO disabled
https://bugs.webkit.org/show_bug.cgi?id=182395

Patch by Basuke Suzuki <Basuke Suzuki> on 2018-02-02
Reviewed by Eric Carlson

  • platform/audio/PlatformMediaSessionManager.cpp:

(WebCore::PlatformMediaSessionManager::updateNowPlayingInfoIfNecessary):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r228038 r228043  
     12018-02-02  Basuke Suzuki  <Basuke.Suzuki@sony.com>
     2
     3        Fix build error after r 227457 with VIDEO and WEB_AUDIO disabled
     4        https://bugs.webkit.org/show_bug.cgi?id=182395
     5
     6        Reviewed by Eric Carlson
     7
     8        * platform/audio/PlatformMediaSessionManager.cpp:
     9        (WebCore::PlatformMediaSessionManager::updateNowPlayingInfoIfNecessary):
     10
    1112018-02-02  Don Olmstead  <don.olmstead@sony.com>
    212
  • trunk/Source/WebCore/platform/audio/PlatformMediaSessionManager.cpp

    r227457 r228043  
    463463}
    464464
     465#else // ENABLE(VIDEO) || ENABLE(WEB_AUDIO)
     466
     467void PlatformMediaSessionManager::updateNowPlayingInfoIfNecessary()
     468{
     469
     470}
     471
    465472#endif // ENABLE(VIDEO) || ENABLE(WEB_AUDIO)
    466473
Note: See TracChangeset for help on using the changeset viewer.