| 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 7d6a6c672c3c9d9f5fe5b8bb34ce2f80f6f94259..f1508a2da34aad9f58668133d1a3d0258cdba0d6 100644
|
| --- a/client/dom/generated/src/frog/AudioGainNode.dart
|
| +++ b/client/dom/generated/src/frog/AudioGainNode.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class AudioGainNodeJS extends AudioNodeJS implements AudioGainNode native "*AudioGainNode" {
|
| +class AudioGainNodeJs extends AudioNodeJs implements AudioGainNode native "*AudioGainNode" {
|
|
|
| - AudioGainJS get gain() native "return this.gain;";
|
| + AudioGainJs get gain() native "return this.gain;";
|
| }
|
|
|