| Index: pkg/dev_compiler/tool/input_sdk/private/linked_hash_map.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/private/linked_hash_map.dart b/pkg/dev_compiler/tool/input_sdk/private/linked_hash_map.dart
|
| index f6c20bf46811682a2563a00f5628a617676a1f39..19ab3632dfc807c060eb4a5a8cbf2c348dd7a0c0 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/private/linked_hash_map.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/private/linked_hash_map.dart
|
| @@ -382,8 +382,7 @@ class LinkedHashMapCell<K, V> {
|
| LinkedHashMapCell(this.hashMapCellKey, this.hashMapCellValue);
|
| }
|
|
|
| -class LinkedHashMapKeyIterable<E> extends Iterable<E>
|
| - implements EfficientLength {
|
| +class LinkedHashMapKeyIterable<E> extends EfficientLengthIterable<E> {
|
| final dynamic/*=JsLinkedHashMap<E, dynamic>*/ _map;
|
| LinkedHashMapKeyIterable(this._map);
|
|
|
|
|