Chromium Code Reviews| Index: Modules/webaudio/GainNode.idl |
| =================================================================== |
| --- Modules/webaudio/GainNode.idl (revision 20375) |
| +++ Modules/webaudio/GainNode.idl (working copy) |
| @@ -27,5 +27,5 @@ |
| JSGenerateToJSObject |
| ] 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 AudioGain gain; |
| + readonly attribute AudioParam gain; |
| }; |