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

Unified Diff: client/dom/generated/src/frog/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
« no previous file with comments | « client/dom/generated/src/frog/AudioContext.dart ('k') | client/dom/generated/src/frog/ConvolverNode.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/AudioNode.dart
diff --git a/client/dom/generated/src/frog/AudioNode.dart b/client/dom/generated/src/frog/AudioNode.dart
index 2b9be76649b674b6ea50dc3e376855c9c70c6785..b6c215aec9ae1f27ca67f08b8d0792499bfcaa2e 100644
--- a/client/dom/generated/src/frog/AudioNode.dart
+++ b/client/dom/generated/src/frog/AudioNode.dart
@@ -7,9 +7,9 @@ class AudioNode native "*AudioNode" {
int numberOfOutputs;
- void connect(AudioNode destination, [int output = null, int input = null]) native;
+ void connect(AudioNode destination, int output, int input) native;
- void disconnect([int output = null]) native;
+ void disconnect(int output) native;
var dartObjectLocalStorage;
« no previous file with comments | « client/dom/generated/src/frog/AudioContext.dart ('k') | client/dom/generated/src/frog/ConvolverNode.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698