| Index: tools/dom/src/WrappedList.dart
|
| diff --git a/tools/dom/src/WrappedList.dart b/tools/dom/src/WrappedList.dart
|
| index fcdcd065f38b56e57551b661a11a9fe36963e35c..7bec71467e80db72ed5902376a9b4c152f54cf80 100644
|
| --- a/tools/dom/src/WrappedList.dart
|
| +++ b/tools/dom/src/WrappedList.dart
|
| @@ -118,10 +118,6 @@ class _WrappedList<E> implements List<E> {
|
|
|
| void removeRange(int start, int end) { _list.removeRange(start, end); }
|
|
|
| - void insertRange(int start, int length, [E fill]) {
|
| - _list.insertRange(start, length, fill);
|
| - }
|
| -
|
| Map<int, E> asMap() => _list.asMap();
|
|
|
| String toString() {
|
|
|