| Index: client/dom/generated/src/frog/AudioDestinationNode.dart
|
| diff --git a/client/dom/generated/src/frog/AudioDestinationNode.dart b/client/dom/generated/src/frog/AudioDestinationNode.dart
|
| index 562b2a328ac06e0ce3843bb5936ad9dda93c1fa2..f254d89c802f9f421097d8a01c8d2caf8c2dc825 100644
|
| --- a/client/dom/generated/src/frog/AudioDestinationNode.dart
|
| +++ b/client/dom/generated/src/frog/AudioDestinationNode.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class AudioDestinationNodeJs extends AudioNodeJs implements AudioDestinationNode native "*AudioDestinationNode" {
|
| +class _AudioDestinationNodeJs extends _AudioNodeJs implements AudioDestinationNode native "*AudioDestinationNode" {
|
|
|
| int get numberOfChannels() native "return this.numberOfChannels;";
|
| }
|
|
|