| Index: Source/modules/webaudio/AudioBufferSourceNode.idl
|
| diff --git a/Source/modules/webaudio/AudioBufferSourceNode.idl b/Source/modules/webaudio/AudioBufferSourceNode.idl
|
| index 24c95eb3b2fbd93ce11b8be8c1c9bd05efa5d766..15c5c8e8af59b604a49c4475a18ac4a799d70883 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.
|
|
|
|
|