| 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 2ccb6b48a5a6e0784a8d392e67142c3e2cc62843..883fd01af8f04f53784a0dd1b95f99dea4f504a2 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;
|
|
|