Chromium Code Reviews| Index: Modules/webaudio/GainNode.idl |
| diff --git a/Modules/webaudio/GainNode.idl b/Modules/webaudio/GainNode.idl |
| index cbb0c96c0159468ac3809a91ea620439184462d1..0f1a88e8785b3b8a0958c33eaa9ffeccd5f953b5 100644 |
| --- a/Modules/webaudio/GainNode.idl |
| +++ b/Modules/webaudio/GainNode.idl |
| @@ -23,8 +23,7 @@ |
| */ |
| [ |
| - Conditional=WEB_AUDIO, |
| - JSGenerateToJSObject |
| + Conditional=WEB_AUDIO |
| ] interface GainNode : AudioNode { |
| // FIXME: eventually it will be interesting to remove the readonly restriction, but need to properly deal with thread safety here. |
| readonly attribute AudioParam gain; |