Index: Source/modules/webaudio/OscillatorNode.idl |
diff --git a/Source/modules/webaudio/OscillatorNode.idl b/Source/modules/webaudio/OscillatorNode.idl |
index 823d20ed521bc213fc191c4adf9eca9f46818ff9..0a13b5c96d1f02919fecf6c42e36b49c2bed52d9 100644 |
--- a/Source/modules/webaudio/OscillatorNode.idl |
+++ b/Source/modules/webaudio/OscillatorNode.idl |
@@ -31,9 +31,7 @@ enum OscillatorType { |
}; |
// OscillatorNode is an audio generator of periodic waveforms. |
-[ |
- Conditional=WEB_AUDIO |
-] interface OscillatorNode : AudioSourceNode { |
+interface OscillatorNode : AudioSourceNode { |
attribute OscillatorType type; |