Index: sdk/lib/_internal/compiler/js_lib/linked_hash_map.dart |
diff --git a/sdk/lib/_internal/compiler/js_lib/linked_hash_map.dart b/sdk/lib/_internal/compiler/js_lib/linked_hash_map.dart |
index f543e74d706e83feea70ade74a4eddb72705fde0..f99e067c69c96355831471b0b944f00268ad845d 100644 |
--- a/sdk/lib/_internal/compiler/js_lib/linked_hash_map.dart |
+++ b/sdk/lib/_internal/compiler/js_lib/linked_hash_map.dart |
@@ -324,7 +324,7 @@ class LinkedHashMapCell { |
LinkedHashMapCell(this.hashMapCellKey, this.hashMapCellValue); |
} |
-class LinkedHashMapKeyIterable<E> extends IterableBase<E> |
+class LinkedHashMapKeyIterable<E> extends Iterable<E> |
implements EfficientLength { |
final _map; |
LinkedHashMapKeyIterable(this._map); |