| 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 bfbcf629d13dcdff3197fef77a12a1f13d6c945f..4b1f91e8212824a548cb37e5763879ea2e4d9e2e 100644
|
| --- a/client/dom/generated/src/frog/MediaElementAudioSourceNode.dart
|
| +++ b/client/dom/generated/src/frog/MediaElementAudioSourceNode.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class MediaElementAudioSourceNode extends AudioSourceNode native "*MediaElementAudioSourceNode" {
|
| +class MediaElementAudioSourceNodeJS extends AudioSourceNodeJS implements MediaElementAudioSourceNode native "*MediaElementAudioSourceNode" {
|
|
|
| - HTMLMediaElement get mediaElement() native "return this.mediaElement;";
|
| + HTMLMediaElementJS get mediaElement() native "return this.mediaElement;";
|
| }
|
|
|