Index: client/dom/generated/src/frog/AudioContext.dart |
diff --git a/client/dom/generated/src/frog/AudioContext.dart b/client/dom/generated/src/frog/AudioContext.dart |
index e400a18ae31b8b009b73f06956e122272e4a01e8..5a60dd50194da85ec09b3d1aecf25c1d73d93c8c 100644 |
--- a/client/dom/generated/src/frog/AudioContext.dart |
+++ b/client/dom/generated/src/frog/AudioContext.dart |
@@ -3,17 +3,15 @@ class _AudioContextJs extends _DOMTypeJs implements AudioContext native "*AudioC |
AudioContext() native; |
- num get currentTime() native "return this.currentTime;"; |
+ final num currentTime; |
- _AudioDestinationNodeJs get destination() native "return this.destination;"; |
+ final _AudioDestinationNodeJs destination; |
- _AudioListenerJs get listener() native "return this.listener;"; |
+ final _AudioListenerJs listener; |
- EventListener get oncomplete() native "return this.oncomplete;"; |
+ EventListener oncomplete; |
- void set oncomplete(EventListener value) native "this.oncomplete = value;"; |
- |
- num get sampleRate() native "return this.sampleRate;"; |
+ final num sampleRate; |
_RealtimeAnalyserNodeJs createAnalyser() native; |