| 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 f1508a2da34aad9f58668133d1a3d0258cdba0d6..f9e60a62ac17083f6506a6810e5d1f5479984367 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;";
|
| }
|
|
|