| Index: tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/html_dartium.darttemplate b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| index 3e020a090cbfec9fbb18aa666d7f4d837d0d13ae..24323cba92c88a95be354bad2e33586dfa6c8475 100644
|
| --- a/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| @@ -80,7 +80,7 @@ HtmlDocument get document {
|
|
|
|
|
| Element query(String selector) => document.query(selector);
|
| -List<Element> queryAll(String selector) => document.queryAll(selector);
|
| +ElementList queryAll(String selector) => document.queryAll(selector);
|
|
|
| int _getNewIsolateId() => _Utils._getNewIsolateId();
|
|
|
|
|