Index: third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.idl |
diff --git a/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.idl b/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.idl |
index 3773817d8b6e175a6f25ed8d0e2bf666566c03b5..d6b1db81854cea321587bec03d5a568d29b37518 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.idl |
+++ b/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.idl |
@@ -6,11 +6,7 @@ |
[ |
Constructor(BaseAudioContext context, optional ConstantSourceOptions options), |
RaisesException=Constructor, |
- ActiveScriptWrappable, |
] |
-interface ConstantSourceNode : AudioSourceNode { |
+interface ConstantSourceNode : AudioScheduledSourceNode { |
readonly attribute AudioParam offset; |
- [RaisesException] void start(optional double when); |
- [RaisesException] void stop(optional double when); |
- attribute EventHandler onended; |
}; |