Index: modules/webaudio/OscillatorNode.idl |
diff --git a/modules/webaudio/OscillatorNode.idl b/modules/webaudio/OscillatorNode.idl |
index 46fd04488895f4d9bad0845b1158b60fcf675a0a..949eac60c32695668c17a31b39d59360174a820f 100644 |
--- a/modules/webaudio/OscillatorNode.idl |
+++ b/modules/webaudio/OscillatorNode.idl |
@@ -55,5 +55,5 @@ |
void setPeriodicWave(PeriodicWave periodicWave); |
- attribute EventListener onended; |
+ attribute EventHandler onended; |
}; |