Index: client/dom/generated/src/frog/SpeechInputResultList.dart |
diff --git a/client/dom/generated/src/frog/SpeechInputResultList.dart b/client/dom/generated/src/frog/SpeechInputResultList.dart |
index 6385c0525e329e8512f12600846e6f5f375aedde..c4b76577dbe584f70098986b9829a54c9f515b61 100644 |
--- a/client/dom/generated/src/frog/SpeechInputResultList.dart |
+++ b/client/dom/generated/src/frog/SpeechInputResultList.dart |
@@ -1,7 +1,7 @@ |
-class SpeechInputResultListJs extends DOMTypeJs implements SpeechInputResultList native "*SpeechInputResultList" { |
+class _SpeechInputResultListJs extends _DOMTypeJs implements SpeechInputResultList native "*SpeechInputResultList" { |
int get length() native "return this.length;"; |
- SpeechInputResultJs item(int index) native; |
+ _SpeechInputResultJs item(int index) native; |
} |