| 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 4b1f91e8212824a548cb37e5763879ea2e4d9e2e..ec82f0757a7fea5cac4b662614512f034c642aa1 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;";
|
| }
|
|
|