| 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 03a0b914590bb55bf8d7eec6ec7018da7b09312c..e3f0611f95ee6cc8685cf271c501776d28f3c797 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 {
|
|
|