| Index: third_party/WebCore/Modules/webaudio/AudioBuffer.idl
|
| diff --git a/third_party/WebCore/Modules/webaudio/AudioBuffer.idl b/third_party/WebCore/Modules/webaudio/AudioBuffer.idl
|
| index 8a734e28f1a694cd93f6ca04eceb83ecc368e1af..92d838497e338bf51ef923c341e46c6ab667e378 100644
|
| --- a/third_party/WebCore/Modules/webaudio/AudioBuffer.idl
|
| +++ b/third_party/WebCore/Modules/webaudio/AudioBuffer.idl
|
| @@ -38,6 +38,7 @@ module audio {
|
|
|
| // Channel access
|
| readonly attribute unsigned long numberOfChannels;
|
| - Float32Array getChannelData(in unsigned long channelIndex);
|
| + Float32Array getChannelData(in unsigned long channelIndex)
|
| + raises(DOMException);
|
| };
|
| }
|
|
|