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

Unified Diff: dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart

Issue 12676013: Bring in new IDL files and generated code. Update the script that syncs the idl files to deal with … (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | « dart/sdk/lib/html/dartium/html_dartium.dart ('k') | dart/sdk/lib/web_audio/dartium/web_audio_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart
diff --git a/dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart b/dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart
index c5b77923f503b9822a3094c9addaee4cfb031273..6fd8b6ede346af90c539198c30b792cc37c87039 100644
--- a/dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart
+++ b/dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart
@@ -319,9 +319,9 @@ class AudioContext extends EventTarget native "*AudioContext" {
@DomName('AudioDestinationNode')
class AudioDestinationNode extends AudioNode native "*AudioDestinationNode" {
- @DomName('AudioDestinationNode.numberOfChannels')
+ @DomName('AudioDestinationNode.maxChannelCount')
@DocsEditable
- final int numberOfChannels;
+ final int maxChannelCount;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
« no previous file with comments | « dart/sdk/lib/html/dartium/html_dartium.dart ('k') | dart/sdk/lib/web_audio/dartium/web_audio_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698