Index: third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl |
diff --git a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl |
index 40e648e0b7b9e7dfd8b6f73ea63347712d607620..117e4ddb73ad5a72c5442e2123a52380f856d435 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl |
+++ b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.idl |
@@ -37,6 +37,7 @@ enum OscillatorType { |
Constructor(BaseAudioContext context, optional OscillatorOptions options), |
RaisesException=Constructor, |
ActiveScriptWrappable, |
+ Measure |
] |
interface OscillatorNode : AudioSourceNode { |