| 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 473f94a0afd8729374b6f00d40cdbf321527aea0..63d0e49176ad15d1b8c7e27499fd4a2765387530 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)) {
|
|
|