| Index: pkg/dev_compiler/tool/input_sdk/patch/collection_patch.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/patch/collection_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/collection_patch.dart
|
| index 4a9ff797009b4022849934928cb08ba374e7fe0f..c8a2c7e12b0cf836db38ea92024eaaf838b33876 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/patch/collection_patch.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/patch/collection_patch.dart
|
| @@ -554,7 +554,7 @@ class _LinkedIdentityHashMap<K, V> extends JsLinkedHashMap<K, V> {
|
| }
|
|
|
| class _Es6LinkedIdentityHashMap<K, V>
|
| - extends _LinkedIdentityHashMap<K, V> implements InternalMap {
|
| + extends _LinkedIdentityHashMap<K, V> implements InternalMap<K, V> {
|
| final _map;
|
| int _modifications = 0;
|
|
|
|
|