| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index 980a4dc716fe741d1746b30129aa2e2837082316..58c63f52d6e535a4761bafab31b82fd3f175242f 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -62,7 +62,7 @@ class _ChildrenElementList implements List {
|
| }
|
|
|
| Iterable map(f(Element element)) {
|
| - return IterableMixinWorkaround.map(this, f);
|
| + return IterableMixinWorkaround.mapList(this, f);
|
| }
|
|
|
| List mappedBy(f(Element element)) {
|
| @@ -279,7 +279,7 @@ class _FrozenElementList implements List {
|
| }
|
|
|
| Iterable map(f(Element element)) {
|
| - return IterableMixinWorkaround.map(this, f);
|
| + return IterableMixinWorkaround.mapList(this, f);
|
| }
|
|
|
| List mappedBy(f(Element element)) {
|
|
|