| Index: tools/dom/src/WrappedList.dart
|
| diff --git a/tools/dom/src/WrappedList.dart b/tools/dom/src/WrappedList.dart
|
| index d0c80031b642ff95a77ca64665fa31683a63ca5c..2e2413d9487164ea27438475d8526e392b62b0fd 100644
|
| --- a/tools/dom/src/WrappedList.dart
|
| +++ b/tools/dom/src/WrappedList.dart
|
| @@ -130,7 +130,7 @@ class _WrappedList<E> implements List<E> {
|
| _list.insertRange(start, length, fill);
|
| }
|
|
|
| - Map<int, E> asMap() => IterableMixinWorkaround.asMapList(_list);
|
| + Map<int, E> asMap() => _list.asMap();
|
|
|
| String toString() {
|
| StringBuffer buffer = new StringBuffer('[');
|
|
|