Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: tool/input_sdk/lib/collection/hash_set.dart

Issue 1987043002: Updates to collection_patch.dart (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698