Index: runtime/lib/typeddata.dart |
diff --git a/runtime/lib/typeddata.dart b/runtime/lib/typeddata.dart |
index ebe0798ccc560b802b2f4ebb2e8b1734012c2e60..15ee7615ce9d01e20abcedb7da1d10f18e881bdd 100644 |
--- a/runtime/lib/typeddata.dart |
+++ b/runtime/lib/typeddata.dart |
@@ -456,7 +456,7 @@ abstract class _TypedListBase { |
int max([int compare(int a, int b)]) => |
IterableMixinWorkaround.max(this, compare); |
- void removeRange(int start, int length) { |
+ void removeRange(int start, int end) { |
throw new UnsupportedError( |
"Cannot remove from a non-extendable array"); |
} |