Changeset 163393 in webkit
- Timestamp:
- Feb 4, 2014, 11:22:15 AM (11 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r163390 r163393 1 2014-02-04 Eric Carlson <eric.carlson@apple.com> 2 3 Fix Release build after r163390. 4 5 * platform/audio/MediaSession.cpp: Add "#if !LOG_DISABLED" around logging-only function. 6 1 7 2014-02-04 Eric Carlson <eric.carlson@apple.com> 2 8 -
trunk/Source/WebCore/platform/audio/MediaSession.cpp
r163390 r163393 33 33 namespace WebCore { 34 34 35 #if !LOG_DISABLED 35 36 static const char* stateName(MediaSession::State state) 36 37 { … … 46 47 return ""; 47 48 } 48 49 #endif 50 49 51 std::unique_ptr<MediaSession> MediaSession::create(MediaSessionClient& client) 50 52 {
Note:
See TracChangeset
for help on using the changeset viewer.