| Index: third_party/WebKit/Source/modules/webaudio/BaseAudioContext.idl
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.idl b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.idl
|
| index f428634928bc7ae923155156df0b9e4f921d8b3c..595a4d80d3860792f3fb61cb1aa3a25cb22ba457 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.idl
|
| @@ -12,7 +12,6 @@ enum AudioContextState {
|
| [
|
| ActiveScriptWrappable,
|
| DependentLifetime,
|
| - NoInterfaceObject,
|
| ] interface BaseAudioContext : EventTarget {
|
| // All rendered audio ultimately connects to destination, which represents the audio hardware.
|
| readonly attribute AudioDestinationNode destination;
|
|
|