| Index: Source/modules/webaudio/AudioBufferSourceNode.idl
|
| diff --git a/Source/modules/webaudio/AudioBufferSourceNode.idl b/Source/modules/webaudio/AudioBufferSourceNode.idl
|
| index c4a46f94d2374c03cab0ed00f514b19e17f12992..c1132b5ea8e4020992f7173042eed22c82923de7 100644
|
| --- a/Source/modules/webaudio/AudioBufferSourceNode.idl
|
| +++ b/Source/modules/webaudio/AudioBufferSourceNode.idl
|
| @@ -43,10 +43,8 @@
|
| attribute double loopStart;
|
| attribute double loopEnd;
|
|
|
| - [MeasureAs=WebAudioStart] void start(double when);
|
| - [MeasureAs=WebAudioStart, ImplementedAs=startGrain] void start(double when, double grainOffset);
|
| - [MeasureAs=WebAudioStart, ImplementedAs=startGrain] void start(double when, double grainOffset, double grainDuration);
|
| - void stop(double when);
|
| + [MeasureAs=WebAudioStart] void start(optional double when, optional double grainOffset, optional double grainDuration);
|
| + void stop(optional double when);
|
|
|
| [DeprecateAs=WebAudioLooping, ImplementedAs=loop] attribute boolean looping; // This is an alias for the .loop attribute for backwards compatibility.
|
|
|
|
|