⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 285718 in webkit


Ignore:
Timestamp:
Nov 12, 2021, 7:44:28 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

[GLib] Developer build with release logs disabled fails
https://bugs.webkit.org/show_bug.cgi?id=232931

Patch by Philippe Normand <pnormand@igalia.com> on 2021-11-12
Reviewed by Adrian Perez de Castro.

  • platform/audio/PlatformMediaSession.cpp: Remove ifdef around convertEnumerationToString

functions, required by Internals.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r285716 r285718  
     12021-11-12  Philippe Normand  <pnormand@igalia.com>
     2
     3        [GLib] Developer build with release logs disabled fails
     4        https://bugs.webkit.org/show_bug.cgi?id=232931
     5
     6        Reviewed by Adrian Perez de Castro.
     7
     8        * platform/audio/PlatformMediaSession.cpp: Remove ifdef around convertEnumerationToString
     9        functions, required by Internals.
     10
    1112021-11-12  Alan Bujtas  <zalan@apple.com>
    212
  • trunk/Source/WebCore/platform/audio/PlatformMediaSession.cpp

    r281367 r285718  
    3838static constexpr Seconds clientDataBufferingTimerThrottleDelay { 100_ms };
    3939
    40 #if !RELEASE_LOG_DISABLED
    4140String convertEnumerationToString(PlatformMediaSession::State state)
    4241{
     
    122121}
    123122
    124 #endif
    125 
    126123std::unique_ptr<PlatformMediaSession> PlatformMediaSession::create(PlatformMediaSessionManager& manager, PlatformMediaSessionClient& client)
    127124{
Note: See TracChangeset for help on using the changeset viewer.