Changeset 285718 in webkit
- Timestamp:
- Nov 12, 2021, 7:44:28 AM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/audio/PlatformMediaSession.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r285716 r285718 1 2021-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 1 11 2021-11-12 Alan Bujtas <zalan@apple.com> 2 12 -
trunk/Source/WebCore/platform/audio/PlatformMediaSession.cpp
r281367 r285718 38 38 static constexpr Seconds clientDataBufferingTimerThrottleDelay { 100_ms }; 39 39 40 #if !RELEASE_LOG_DISABLED41 40 String convertEnumerationToString(PlatformMediaSession::State state) 42 41 { … … 122 121 } 123 122 124 #endif125 126 123 std::unique_ptr<PlatformMediaSession> PlatformMediaSession::create(PlatformMediaSessionManager& manager, PlatformMediaSessionClient& client) 127 124 {
Note:
See TracChangeset
for help on using the changeset viewer.