| Index: Modules/webaudio/DOMWindowWebAudio.idl
|
| diff --git a/Modules/webaudio/DOMWindowWebAudio.idl b/Modules/webaudio/DOMWindowWebAudio.idl
|
| index 4b1b7d19275aecf7dc66462a36df6341268cfd07..20fece2ee867c9f39d18ed8b3547a083f7a49bc9 100644
|
| --- a/Modules/webaudio/DOMWindowWebAudio.idl
|
| +++ b/Modules/webaudio/DOMWindowWebAudio.idl
|
| @@ -29,7 +29,7 @@
|
| Supplemental=DOMWindow
|
| ] interface DOMWindowWebAudio {
|
| #if !defined(LANGUAGE_CPP) || !LANGUAGE_CPP
|
| - [JSCustomGetter, V8EnabledAtRuntime] attribute AudioContextConstructor webkitAudioContext;
|
| + [V8EnabledAtRuntime] attribute AudioContextConstructor webkitAudioContext;
|
| [V8EnabledAtRuntime] attribute OfflineAudioContextConstructor webkitOfflineAudioContext;
|
| attribute PannerNodeConstructor webkitAudioPannerNode;
|
| attribute AudioProcessingEventConstructor AudioProcessingEvent;
|
|
|