Chromium Code Reviews| Index: Modules/webaudio/OscillatorNode.idl |
| diff --git a/Modules/webaudio/OscillatorNode.idl b/Modules/webaudio/OscillatorNode.idl |
| index 7a94df58736d5e932f5dfc589cbad02b9434930f..8a265b114c37531ca227458a157d57031f411bba 100644 |
| --- a/Modules/webaudio/OscillatorNode.idl |
| +++ b/Modules/webaudio/OscillatorNode.idl |
| @@ -24,8 +24,7 @@ |
| // OscillatorNode is an audio generator of periodic waveforms. |
| [ |
| - Conditional=WEB_AUDIO, |
| - JSGenerateToJSObject |
| + Conditional=WEB_AUDIO |
| ] interface OscillatorNode : AudioSourceNode { |
| // Type constants. |