| Index: tool/input_sdk/lib/collection/hash_set.dart
|
| diff --git a/tool/input_sdk/lib/collection/hash_set.dart b/tool/input_sdk/lib/collection/hash_set.dart
|
| index 8e2a2a18c686f8a85672b761c963e66d2be374f2..726037ab8c70079168db64902e85c8bb7733cf4b 100644
|
| --- a/tool/input_sdk/lib/collection/hash_set.dart
|
| +++ b/tool/input_sdk/lib/collection/hash_set.dart
|
| @@ -93,7 +93,7 @@ abstract class HashSet<E> implements Set<E> {
|
| */
|
| external factory HashSet({bool equals(E e1, E e2),
|
| int hashCode(E e),
|
| - bool isValidKey(potentialKey)});
|
| + bool isValidKey(Object potentialKey)});
|
|
|
| /**
|
| * Creates an unordered identity-based set.
|
|
|