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

Unified Diff: client/dom/generated/src/interface/AudioNode.dart

Issue 9167039: WebKit refresh (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 11 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: client/dom/generated/src/interface/AudioNode.dart
diff --git a/client/dom/generated/src/interface/AudioNode.dart b/client/dom/generated/src/interface/AudioNode.dart
index d29c3b53b34b0d231c06893cdd95617e88fb14c2..3fb280c22f5f7fbf62f4c0b6330b46258989e64b 100644
--- a/client/dom/generated/src/interface/AudioNode.dart
+++ b/client/dom/generated/src/interface/AudioNode.dart
@@ -12,7 +12,7 @@ interface AudioNode {
int get numberOfOutputs();
- void connect(AudioNode destination, [int output, int input]);
+ void connect(AudioNode destination, int output, int input);
- void disconnect([int output]);
+ void disconnect(int output);
}
« no previous file with comments | « client/dom/generated/src/interface/AudioContext.dart ('k') | client/dom/generated/src/interface/ConvolverNode.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698