Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: Modules/webaudio/DOMWindowWebAudio.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Modules/webaudio/ConvolverNode.idl ('k') | Modules/webaudio/DelayNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Modules/webaudio/ConvolverNode.idl ('k') | Modules/webaudio/DelayNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698