| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index abafc22cf710883070b7d3749b593fac5623170f..928a07041b8f7e1039c885dd1b7d4cbe30cc87af 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -7624,7 +7624,7 @@ class _ChildrenElementList extends ListBase<Element> {
|
| : _childElements = element.$dom_children,
|
| _element = element;
|
|
|
| - bool contains(Element element) => _childElements.contains(element);
|
| + bool contains(Object element) => _childElements.contains(element);
|
|
|
|
|
| bool get isEmpty {
|
|
|