| Index: lib/dom/templates/html/impl/impl_Document.darttemplate | 
| diff --git a/lib/dom/templates/html/impl/impl_Document.darttemplate b/lib/dom/templates/html/impl/impl_Document.darttemplate | 
| index f421d193968243797e58dcd093129475ecc021fd..666a92778170640b023d1241a650cb067e2da145 100644 | 
| --- a/lib/dom/templates/html/impl/impl_Document.darttemplate | 
| +++ b/lib/dom/templates/html/impl/impl_Document.darttemplate | 
| @@ -20,7 +20,7 @@ $!MEMBERS | 
| return $dom_querySelector(selectors); | 
| } | 
|  | 
| -  ElementList queryAll(String selectors) { | 
| +  List<Element> queryAll(String selectors) { | 
| if (const RegExp("""^\\[name=["'][^'"]+['"]\\]\$""").hasMatch(selectors)) { | 
| final mutableMatches = $dom_getElementsByName( | 
| selectors.substring(7,selectors.length - 2)); | 
|  |