| 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 8ce931bd028a38c3e8da8b204e196d83ade39d64..0642db8346675bb0e63a868d6c9598f86b47abc5 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 {
|
|
|