Index: third_party/WebKit/Source/modules/webaudio/GainNode.idl |
diff --git a/third_party/WebKit/Source/modules/webaudio/GainNode.idl b/third_party/WebKit/Source/modules/webaudio/GainNode.idl |
index 5de1b8d10deee15b11d677aa28273e8f373c3d59..74eb6c17dc5b05bd85ac2f7c9b7364cca4783bc2 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/GainNode.idl |
+++ b/third_party/WebKit/Source/modules/webaudio/GainNode.idl |
@@ -27,6 +27,7 @@ |
[ |
Constructor(BaseAudioContext context, optional GainOptions options), |
RaisesException=Constructor, |
+ Measure |
] |
interface GainNode : AudioNode { |
// FIXME: eventually it will be interesting to remove the readonly restriction, but need to properly deal with thread safety here. |