| Index: third_party/WebKit/Source/modules/webaudio/AudioBuffer.idl
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBuffer.idl b/third_party/WebKit/Source/modules/webaudio/AudioBuffer.idl
|
| index da798dfbaff58f1699b4293a5919f6af99907418..a7914fa056ad5e4c0d0810ee1e7a5aa0eb843dec 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioBuffer.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioBuffer.idl
|
| @@ -30,6 +30,7 @@
|
| [
|
| Constructor(BaseAudioContext context, AudioBufferOptions options),
|
| RaisesException=Constructor,
|
| + Measure
|
| ] interface AudioBuffer {
|
| readonly attribute long length; // in sample-frames
|
| readonly attribute double duration; // in seconds
|
|
|