Changeset 243944 in webkit
- Timestamp:
- Apr 5, 2019, 2:36:15 PM (7 years ago)
- Location:
- trunk/Source
- Files:
-
- 4 edited
-
WTF/ChangeLog (modified) (1 diff)
-
WTF/wtf/Platform.h (modified) (1 diff)
-
WebKitLegacy/mac/ChangeLog (modified) (1 diff)
-
WebKitLegacy/mac/WebView/WebPreferences.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r243941 r243944 1 2019-04-05 Eric Carlson <eric.carlson@apple.com> 2 3 Remove AUDIO_TOOLBOX_AUDIO_SESSION 4 https://bugs.webkit.org/show_bug.cgi?id=196653 5 <rdar://problem/49652098> 6 7 Reviewed by Jer Noble. 8 9 * wtf/Platform.h: 10 1 11 2019-04-05 Michael Catanzaro <mcatanzaro@igalia.com> 2 12 -
trunk/Source/WTF/wtf/Platform.h
r243747 r243944 1072 1072 1073 1073 #if PLATFORM(IOS_FAMILY) && !PLATFORM(IOSMAC) 1074 #define HAVE_AUDIO_TOOLBOX_AUDIO_SESSION 11075 1074 #define HAVE_CELESTIAL 1 1076 1075 #define HAVE_CORE_ANIMATION_RENDER_SERVER 1 -
trunk/Source/WebKitLegacy/mac/ChangeLog
r243940 r243944 1 2019-04-05 Eric Carlson <eric.carlson@apple.com> 2 3 Remove AUDIO_TOOLBOX_AUDIO_SESSION 4 https://bugs.webkit.org/show_bug.cgi?id=196653 5 <rdar://problem/49652098> 6 7 Reviewed by Jer Noble. 8 9 * WebView/WebPreferences.mm: 10 (-[WebPreferences setAudioSessionCategoryOverride:]): 11 1 12 2019-04-05 Eric Carlson <eric.carlson@apple.com> 2 13 -
trunk/Source/WebKitLegacy/mac/WebView/WebPreferences.mm
r243940 r243944 2381 2381 - (void)setAudioSessionCategoryOverride:(unsigned)override 2382 2382 { 2383 #if HAVE(AUDIO_TOOLBOX_AUDIO_SESSION)2384 2383 if (override > AudioSession::AudioProcessing) { 2385 2384 // Clients are passing us OSTypes values from AudioToolbox/AudioSession.h, … … 2409 2408 } 2410 2409 } 2411 #endif2412 2410 2413 2411 [self _setUnsignedIntValue:override forKey:WebKitAudioSessionCategoryOverride];
Note:
See TracChangeset
for help on using the changeset viewer.