| 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;
|
|
|
|
|