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 8b85dab6ee4ca931bb2f6545f06cee553dc811d1..357d89e8be64fe441af8d2d293cbff1e0f468d4e 100644 |
--- a/tools/dom/templates/immutable_list_mixin.darttemplate |
+++ b/tools/dom/templates/immutable_list_mixin.darttemplate |
@@ -163,7 +163,7 @@ $endif |
throw new UnsupportedError("Cannot remove from immutable List."); |
} |
- void setRange(int start, int rangeLength, List<$E> from, [int startFrom]) { |
+ void setRange(int start, int end, Iterable<$E> iterable, [int skipCount]) { |
throw new UnsupportedError("Cannot setRange on immutable List."); |
} |