Index: tools/dom/src/WrappedList.dart |
diff --git a/tools/dom/src/WrappedList.dart b/tools/dom/src/WrappedList.dart |
index 19c95f8ead45059437a7ec8b4449b6fd62bcf8e2..ccdf37c2621338cd71ccf32c2464216111123464 100644 |
--- a/tools/dom/src/WrappedList.dart |
+++ b/tools/dom/src/WrappedList.dart |
@@ -127,7 +127,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(); |
} |
/** |