| 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 65d77920a21912987e9e604ae5665c2a5402195e..7a17fb68de4620c73b5f9dba59f50447450b56d6 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -8233,7 +8233,7 @@ class Document extends Node
|
| return new _FrozenElementList._wrap(_querySelectorAll(selectors));
|
| }
|
|
|
| - /**
|
| + /**
|
| * Alias for [querySelector]. Note this function is deprecated because its
|
| * semantics will be changing in the future.
|
| */
|
| @@ -8242,7 +8242,7 @@ class Document extends Node
|
| @DomName('Document.querySelector')
|
| Element query(String relativeSelectors) => querySelector(relativeSelectors);
|
|
|
| - /**
|
| + /**
|
| * Alias for [querySelectorAll]. Note this function is deprecated because its
|
| * semantics will be changing in the future.
|
| */
|
| @@ -8266,6 +8266,7 @@ class Document extends Node
|
| return _Utils.createElement(this, tagName);
|
| }
|
| }
|
| +
|
| }
|
| // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
|
|