| Index: Source/modules/webaudio/AudioContext.idl
|
| diff --git a/Source/modules/webaudio/AudioContext.idl b/Source/modules/webaudio/AudioContext.idl
|
| index 675043781a7364182ee92c9609b73d6db212666f..94185ff940249580de0221660b98219e62f11c8b 100644
|
| --- a/Source/modules/webaudio/AudioContext.idl
|
| +++ b/Source/modules/webaudio/AudioContext.idl
|
| @@ -48,7 +48,6 @@
|
| readonly attribute unsigned long activeSourceCount;
|
|
|
| [RaisesException] AudioBuffer createBuffer(unsigned long numberOfChannels, unsigned long numberOfFrames, float sampleRate);
|
| - [RaisesException] AudioBuffer createBuffer(ArrayBuffer? buffer, boolean mixToMono);
|
|
|
| // Asynchronous audio file data decoding.
|
| [RaisesException] void decodeAudioData(ArrayBuffer audioData, AudioBufferCallback successCallback, optional AudioBufferCallback errorCallback);
|
|
|