| Index: client/dom/generated/src/frog/AudioGainNode.dart
|
| diff --git a/client/dom/generated/src/frog/AudioGainNode.dart b/client/dom/generated/src/frog/AudioGainNode.dart
|
| index b90bca0d54623e64c1ad369d6f9cd0ecca18f411..7d6a6c672c3c9d9f5fe5b8bb34ce2f80f6f94259 100644
|
| --- a/client/dom/generated/src/frog/AudioGainNode.dart
|
| +++ b/client/dom/generated/src/frog/AudioGainNode.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class AudioGainNode extends AudioNode native "*AudioGainNode" {
|
| +class AudioGainNodeJS extends AudioNodeJS implements AudioGainNode native "*AudioGainNode" {
|
|
|
| - AudioGain get gain() native "return this.gain;";
|
| + AudioGainJS get gain() native "return this.gain;";
|
| }
|
|
|