| 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 a97473fb22a1c93b9e44d20fd5bb8d121a25f926..aadd1d2336795d6835092c664732d32881cd7bfa 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -8182,7 +8182,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 {
|
|
|