| Index: tools/dom/templates/html/impl/impl_Node.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Node.darttemplate b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| index 07ef02c1fc0e106199678fd39a9f25e66030f0e8..582164e2cd2cd92ca9f4a75830a7a07df15457f6 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -139,7 +139,7 @@ $endif
|
| }
|
|
|
| Iterable map(f(Node element)) {
|
| - return IterableMixinWorkaround.map(this, f);
|
| + return IterableMixinWorkaround.mapList(this, f);
|
| }
|
|
|
| List mappedBy(f(Node element)) {
|
|
|