Index: client/dom/templates/html/impl/impl_Element.darttemplate |
diff --git a/client/dom/templates/html/impl/impl_Element.darttemplate b/client/dom/templates/html/impl/impl_Element.darttemplate |
index 705b0505e27313f9d1db81a5e7605c6393687899..5d0f7b365b38c4a0aa5e398bbe492a5a53ee26f9 100644 |
--- a/client/dom/templates/html/impl/impl_Element.darttemplate |
+++ b/client/dom/templates/html/impl/impl_Element.darttemplate |
@@ -97,7 +97,7 @@ class _ChildrenElementList implements ElementList { |
Iterator<Element> iterator() => _toList().iterator(); |
- void addAll(Collection<_ElementImpl> collection) { |
+ void addAll(Collection<Element> collection) { |
for (_ElementImpl element in collection) { |
_element._appendChild(element); |
} |