Chromium Code Reviews| Index: Source/modules/webaudio/DynamicsCompressorNode.idl |
| diff --git a/Source/modules/webaudio/DynamicsCompressorNode.idl b/Source/modules/webaudio/DynamicsCompressorNode.idl |
| index 6be99d0c4093407068f1e72249bcbfcf70162faa..953e1039344c245d5361691786c02fce85ad6198 100644 |
| --- a/Source/modules/webaudio/DynamicsCompressorNode.idl |
| +++ b/Source/modules/webaudio/DynamicsCompressorNode.idl |
| @@ -23,6 +23,7 @@ |
| */ |
| [ |
| + NoInterfaceObject, |
| Conditional=WEB_AUDIO |
| ] interface DynamicsCompressorNode : AudioNode { |
| readonly attribute AudioParam threshold; // in Decibels |