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

Unified Diff: tool/input_sdk/lib/collection/linked_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/linked_hash_set.dart
diff --git a/tool/input_sdk/lib/collection/linked_hash_set.dart b/tool/input_sdk/lib/collection/linked_hash_set.dart
index 3bc170ffa52c4111ac80165b2d1364c4a4582561..231ef8ed9692c8b8b57891228ed18837ddd5059a 100644
--- a/tool/input_sdk/lib/collection/linked_hash_set.dart
+++ b/tool/input_sdk/lib/collection/linked_hash_set.dart
@@ -76,7 +76,7 @@ abstract class LinkedHashSet<E> implements HashSet<E> {
*/
external factory LinkedHashSet({bool equals(E e1, E e2),
int hashCode(E e),
- bool isValidKey(potentialKey)});
+ bool isValidKey(Object potentialKey)});
/**
* Creates an insertion-ordered identity-based set.

Powered by Google App Engine
This is Rietveld 408576698