| Index: modules/webaudio/OscillatorNode.idl
|
| diff --git a/modules/webaudio/OscillatorNode.idl b/modules/webaudio/OscillatorNode.idl
|
| index 158d0c36eff238461b3c4565a42dce54befc0a3a..46fd04488895f4d9bad0845b1158b60fcf675a0a 100644
|
| --- a/modules/webaudio/OscillatorNode.idl
|
| +++ b/modules/webaudio/OscillatorNode.idl
|
| @@ -53,6 +53,7 @@
|
| void noteOn(double when);
|
| void noteOff(double when);
|
|
|
| - void setWaveTable(WaveTable waveTable);
|
| + void setPeriodicWave(PeriodicWave periodicWave);
|
|
|
| + attribute EventListener onended;
|
| };
|
|
|