| 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 aac9b24df34756285fb4ea39090cdc6d182db4bf..7c04de1e20e60d24a21f72de2c9ee4b7ad3d4746 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)) {
|
|
|