Index: client/dom/dom.dart |
diff --git a/client/dom/dom.dart b/client/dom/dom.dart |
index 429987e5608782dc158317a1ac3e79bdae0e3850..33fdbc8b83029faca6b40cfad59cd201cbd355dc 100644 |
--- a/client/dom/dom.dart |
+++ b/client/dom/dom.dart |
@@ -9453,6 +9453,8 @@ interface SpeechGrammar default _SpeechGrammarFactoryProvider { |
SpeechGrammar(); |
+ String src; |
+ |
num weight; |
} |
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |