| Index: third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.idl
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.idl b/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.idl
|
| index 3773817d8b6e175a6f25ed8d0e2bf666566c03b5..e99a9ccc037c7b4b275e618b9d4b1f1d1e7d8d55 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.idl
|
| @@ -7,6 +7,7 @@
|
| Constructor(BaseAudioContext context, optional ConstantSourceOptions options),
|
| RaisesException=Constructor,
|
| ActiveScriptWrappable,
|
| + Measure
|
| ]
|
| interface ConstantSourceNode : AudioSourceNode {
|
| readonly attribute AudioParam offset;
|
|
|