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