Index: runtime/lib/typeddata.dart |
diff --git a/runtime/lib/typeddata.dart b/runtime/lib/typeddata.dart |
index b7acbd2a992bcab525578d1eb548c873942a370b..e99a06caa90153c29933d0a91060f0737c5d778a 100644 |
--- a/runtime/lib/typeddata.dart |
+++ b/runtime/lib/typeddata.dart |
@@ -537,7 +537,7 @@ abstract class _TypedListBase { |
throw new StateError("More than one element"); |
} |
- void removeRange(int start, int length) { |
+ void removeRange(int start, int end) { |
throw new UnsupportedError( |
"Cannot remove from a non-extendable array"); |
} |