Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioContext.idl

Issue 1557363002: Remove the WEB_AUDIO compile time flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/modules/webaudio/AudioContext.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioContext.idl b/third_party/WebKit/Source/modules/webaudio/AudioContext.idl
index c995daa19f3dea6e542c9e9343e6d1536c10121f..e7f4e6d12cee509454d1dadae2545cb2a53b55c1 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioContext.idl
+++ b/third_party/WebKit/Source/modules/webaudio/AudioContext.idl
@@ -32,7 +32,6 @@ enum AudioContextState {
[
GarbageCollected,
ActiveDOMObject,
- Conditional=WEB_AUDIO,
Constructor,
ConstructorCallWith=Document,
ImplementedAs=AbstractAudioContext,

Powered by Google App Engine