| Index: tools/dom/templates/immutable_list_mixin.darttemplate
|
| diff --git a/tools/dom/templates/immutable_list_mixin.darttemplate b/tools/dom/templates/immutable_list_mixin.darttemplate
|
| index 58cf40c713527f03ed704527d0421558405510f4..77fdd0dc5f6a97b26b1424514c307a4433a993bf 100644
|
| --- a/tools/dom/templates/immutable_list_mixin.darttemplate
|
| +++ b/tools/dom/templates/immutable_list_mixin.darttemplate
|
| @@ -30,7 +30,7 @@ $endif
|
| IterableMixinWorkaround.joinList(this, separator);
|
|
|
| Iterable map(f($E element)) =>
|
| - IterableMixinWorkaround.map(this, f);
|
| + IterableMixinWorkaround.mapList(this, f);
|
|
|
| List mappedBy(f($E element)) =>
|
| IterableMixinWorkaround.mappedByList(this, f);
|
|
|