| Index: third_party/WebCore/Modules/webaudio/Oscillator.idl
|
| diff --git a/third_party/WebCore/Modules/webaudio/Oscillator.idl b/third_party/WebCore/Modules/webaudio/Oscillator.idl
|
| index 452967f2824041814c9832d263f084542c650350..f8e2a8892ae38532f2d5ee92b58d1158a9ea0c07 100644
|
| --- a/third_party/WebCore/Modules/webaudio/Oscillator.idl
|
| +++ b/third_party/WebCore/Modules/webaudio/Oscillator.idl
|
| @@ -50,14 +50,8 @@ module audio {
|
| readonly attribute AudioParam frequency; // in Hertz
|
| readonly attribute AudioParam detune; // in Cents
|
|
|
| - void start(in double when);
|
| - void stop(in double when);
|
| -
|
| -#if defined(ENABLE_LEGACY_WEB_AUDIO) && ENABLE_LEGACY_WEB_AUDIO
|
| void noteOn(in double when);
|
| void noteOff(in double when);
|
| -#endif
|
| -
|
| void setWaveTable(in WaveTable waveTable);
|
|
|
| };
|
|
|