| Index: tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| index 2a20d312a57e2bc3b381f02296fa231f0bcd9cbe..64629ed63bb583265945d44546d77c049f771927 100644
|
| --- a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -74,7 +74,7 @@ Window get window => JS('Window', 'window');
|
| HtmlDocument get document => JS('HtmlDocument', 'document');
|
|
|
| Element query(String selector) => document.query(selector);
|
| -List<Element> queryAll(String selector) => document.queryAll(selector);
|
| +ElementList queryAll(String selector) => document.queryAll(selector);
|
|
|
| // Workaround for tags like <cite> that lack their own Element subclass --
|
| // Dart issue 1990.
|
|
|