Chromium Code Reviews| Index: Source/modules/webaudio/OscillatorNode.idl |
| diff --git a/Source/modules/webaudio/OscillatorNode.idl b/Source/modules/webaudio/OscillatorNode.idl |
| index 7a93ea9959a5e0ecfd8013fcd352a7bd0f73bb00..ce26101753774fb7b3a688d7322665b775e5c5ad 100644 |
| --- a/Source/modules/webaudio/OscillatorNode.idl |
| +++ b/Source/modules/webaudio/OscillatorNode.idl |
| @@ -24,6 +24,7 @@ |
| // OscillatorNode is an audio generator of periodic waveforms. |
| [ |
| + NoInterfaceObject, |
| Conditional=WEB_AUDIO |
| ] interface OscillatorNode : AudioSourceNode { |