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

Unified Diff: dart/sdk/lib/web_audio/dartium/web_audio_dartium.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/web_audio/dart2js/web_audio_dart2js.dart ('k') | dart/tools/dom/scripts/idlsync.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/web_audio/dartium/web_audio_dartium.dart
diff --git a/dart/sdk/lib/web_audio/dartium/web_audio_dartium.dart b/dart/sdk/lib/web_audio/dartium/web_audio_dartium.dart
index 384137e7f018c28d0668313bc145feefb65c8fd5..713c60e5a31e63a237dd941d12f165ad044d62ef 100644
--- a/dart/sdk/lib/web_audio/dartium/web_audio_dartium.dart
+++ b/dart/sdk/lib/web_audio/dartium/web_audio_dartium.dart
@@ -421,9 +421,9 @@ class AudioContext extends EventTarget {
class AudioDestinationNode extends AudioNode {
AudioDestinationNode.internal() : super.internal();
- @DomName('AudioDestinationNode.numberOfChannels')
+ @DomName('AudioDestinationNode.maxChannelCount')
@DocsEditable
- int get numberOfChannels native "AudioDestinationNode_numberOfChannels_Getter";
+ int get maxChannelCount native "AudioDestinationNode_maxChannelCount_Getter";
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
« no previous file with comments | « dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart ('k') | dart/tools/dom/scripts/idlsync.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698