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

Unified Diff: Modules/webaudio/GainNode.idl

Issue 13163002: Roll IDLs. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
Patch Set: Created 7 years, 9 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/AudioGain.idl ('k') | README » ('j') | dom/Document.idl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Modules/webaudio/GainNode.idl
===================================================================
--- Modules/webaudio/GainNode.idl (revision 20375)
+++ Modules/webaudio/GainNode.idl (working copy)
@@ -27,5 +27,5 @@
JSGenerateToJSObject
] interface GainNode : AudioNode {
// FIXME: eventually it will be interesting to remove the readonly restriction, but need to properly deal with thread safety here.
- readonly attribute AudioGain gain;
+ readonly attribute AudioParam gain;
};
« no previous file with comments | « Modules/webaudio/AudioGain.idl ('k') | README » ('j') | dom/Document.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698