Index: third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl |
diff --git a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl |
index 203abfe75eb5153956f86758d5ca47c9961fdb7a..0440252f55afb9a5d95652d699d10d05b449428f 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl |
+++ b/third_party/WebKit/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 { |
[RaisesException=Setter] attribute OscillatorType type; |