| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 2d1bb14eb6d2350055662224e1bd3eda3fd55f62..0d36c931f28270df76d6aabcbdbb89b3cd479411 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -52,7 +52,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();
|
|
|
|
|