| 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 ea886ac2bbca42fa2c5434ed6336df60e55c23bc..a984eabf8383a0f3f06b309979e96268f9cfa859 100644
|
| --- a/tools/dom/templates/immutable_list_mixin.darttemplate
|
| +++ b/tools/dom/templates/immutable_list_mixin.darttemplate
|
| @@ -172,11 +172,7 @@ $endif
|
| }
|
|
|
| void setRange(int start, int end, Iterable<$E> iterable, [int skipCount=0]) {
|
| -$if DEFINE_IMMUTABLE
|
| throw new UnsupportedError("Cannot setRange on immutable List.");
|
| -$else
|
| - IterableMixinWorkaround.setRangeList(this, start, end, iterable, skipCount);
|
| -$endif
|
| }
|
|
|
| void removeRange(int start, int end) {
|
|
|