| Index: tool/input_sdk/lib/collection/linked_hash_map.dart
|
| diff --git a/tool/input_sdk/lib/collection/linked_hash_map.dart b/tool/input_sdk/lib/collection/linked_hash_map.dart
|
| index 91814edf735e78d4d0f23cc6fdf4497addf35653..9423a6d8162b582c2202cd9a7a560a67a2b93860 100644
|
| --- a/tool/input_sdk/lib/collection/linked_hash_map.dart
|
| +++ b/tool/input_sdk/lib/collection/linked_hash_map.dart
|
| @@ -72,7 +72,7 @@ abstract class LinkedHashMap<K, V> implements HashMap<K, V> {
|
| */
|
| external factory LinkedHashMap({bool equals(K key1, K key2),
|
| int hashCode(K key),
|
| - bool isValidKey(potentialKey)});
|
| + bool isValidKey(Object potentialKey)});
|
|
|
| /**
|
| * Creates an insertion-ordered identity-based map.
|
|
|