| 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 2c289ef5ae7395f9980185739a15ed1f72709df2..7f2497fd03c8e0bcb8f08473380504427662eb81 100644
|
| --- a/tools/dom/templates/immutable_list_mixin.darttemplate
|
| +++ b/tools/dom/templates/immutable_list_mixin.darttemplate
|
| @@ -187,4 +187,7 @@ $endif
|
| List<$E> getRange(int start, int rangeLength) =>
|
| Lists.getRange(this, start, rangeLength, <$E>[]);
|
|
|
| + Map<int, $E> asMap() =>
|
| + IterableMixinWorkaround.asMapList(this);
|
| +
|
| // -- end List<$E> mixins.
|
|
|