| Index: third_party/WebKit/Source/modules/webaudio/AudioContext.idl
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioContext.idl b/third_party/WebKit/Source/modules/webaudio/AudioContext.idl
|
| index 00ddd911b6bc85416ae3101dc8f41580892810cf..27c449686d148d29f29341d22e23ca1f38101b76 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioContext.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioContext.idl
|
| @@ -27,7 +27,7 @@
|
| // See https://webaudio.github.io/web-audio-api/#AudioContext
|
| [
|
| ActiveScriptWrappable,
|
| - Constructor,
|
| + Constructor(optional AudioContextOptions contextOptions),
|
| ConstructorCallWith=Document,
|
| DependentLifetime,
|
| NoInterfaceObject,
|
|
|