Index: Source/modules/webaudio/OscillatorNode.idl |
diff --git a/Source/modules/webaudio/OscillatorNode.idl b/Source/modules/webaudio/OscillatorNode.idl |
index 949eac60c32695668c17a31b39d59360174a820f..82500fe4a75e7a938e21e3400a01bd852f647e66 100644 |
--- a/Source/modules/webaudio/OscillatorNode.idl |
+++ b/Source/modules/webaudio/OscillatorNode.idl |
@@ -24,7 +24,8 @@ |
// OscillatorNode is an audio generator of periodic waveforms. |
[ |
- Conditional=WEB_AUDIO |
+ Conditional=WEB_AUDIO, |
+ ActiveDOMObject |
] interface OscillatorNode : AudioSourceNode { |
// Type constants. |
@@ -48,7 +49,7 @@ |
readonly attribute AudioParam detune; // in Cents |
void start(double when); |
- void stop(double when); |
+ [ImplementedAs=stopNote] void stop(double when); |
void noteOn(double when); |
void noteOff(double when); |