Chromium Code Reviews| Index: client/html/generated/html/frog/SpeechInputResultList.dart |
| diff --git a/client/html/generated/html/frog/SpeechInputResultList.dart b/client/html/generated/html/frog/SpeechInputResultList.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ec274bd7ebcf182d4572cac367f971acdcf3028a |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SpeechInputResultList.dart |
| @@ -0,0 +1,7 @@ |
| + |
| +class _SpeechInputResultListImpl implements SpeechInputResultList native "*SpeechInputResultList" { |
| + |
| + final int length; |
| + |
| + _SpeechInputResultImpl item(int index) native; |
| +} |