| Index: client/html/frog/html_frog.dart
|
| diff --git a/client/html/frog/html_frog.dart b/client/html/frog/html_frog.dart
|
| index f892865f6302fba4622b834d7c423b8b754f53d1..d7fd7d6bff3734d239d81466e34f59b80d6fda41 100644
|
| --- a/client/html/frog/html_frog.dart
|
| +++ b/client/html/frog/html_frog.dart
|
| @@ -13140,6 +13140,8 @@ class _SpanElementImpl extends _ElementImpl implements SpanElement native "*HTML
|
|
|
| class _SpeechGrammarImpl implements SpeechGrammar native "*SpeechGrammar" {
|
|
|
| + String src;
|
| +
|
| num weight;
|
| }
|
|
|
| @@ -27456,6 +27458,8 @@ interface SpeechGrammar default _SpeechGrammarFactoryProvider {
|
|
|
| SpeechGrammar();
|
|
|
| + String src;
|
| +
|
| num weight;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
|
|