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

Unified Diff: Modules/webaudio/AudioDestinationNode.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://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
Index: Modules/webaudio/AudioDestinationNode.idl
diff --git a/Modules/webaudio/AudioDestinationNode.idl b/Modules/webaudio/AudioDestinationNode.idl
index c107e3dc82889a95afcddd99d0b2ebfc6a5dce0b..5481fe77f4744279545c6380e4b5ec3b5109cff3 100644
--- a/Modules/webaudio/AudioDestinationNode.idl
+++ b/Modules/webaudio/AudioDestinationNode.idl
@@ -27,5 +27,5 @@
JSGenerateToJSObject,
V8SkipVTableValidation
] interface AudioDestinationNode : AudioNode {
- readonly attribute long numberOfChannels;
+ readonly attribute unsigned long maxChannelCount;
};

Powered by Google App Engine
This is Rietveld 408576698