| Index: client/dom/generated/src/frog/MediaElementAudioSourceNode.dart
|
| diff --git a/client/dom/generated/src/frog/MediaElementAudioSourceNode.dart b/client/dom/generated/src/frog/MediaElementAudioSourceNode.dart
|
| index ec82f0757a7fea5cac4b662614512f034c642aa1..8e2ff11e27ebac0b3f0108449916f47711bd3d82 100644
|
| --- a/client/dom/generated/src/frog/MediaElementAudioSourceNode.dart
|
| +++ b/client/dom/generated/src/frog/MediaElementAudioSourceNode.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class MediaElementAudioSourceNodeJs extends AudioSourceNodeJs implements MediaElementAudioSourceNode native "*MediaElementAudioSourceNode" {
|
| +class _MediaElementAudioSourceNodeJs extends _AudioSourceNodeJs implements MediaElementAudioSourceNode native "*MediaElementAudioSourceNode" {
|
|
|
| - HTMLMediaElementJs get mediaElement() native "return this.mediaElement;";
|
| + _HTMLMediaElementJs get mediaElement() native "return this.mediaElement;";
|
| }
|
|
|