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 357d89e8be64fe441af8d2d293cbff1e0f468d4e..950c780ba597a9882b10db29f6a9f85639afd756 100644 |
--- a/tools/dom/templates/immutable_list_mixin.darttemplate |
+++ b/tools/dom/templates/immutable_list_mixin.darttemplate |
@@ -167,7 +167,7 @@ $endif |
throw new UnsupportedError("Cannot setRange on immutable List."); |
} |
- void removeRange(int start, int rangeLength) { |
+ void removeRange(int start, int end) { |
throw new UnsupportedError("Cannot removeRange on immutable List."); |
} |