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

Unified Diff: tool/input_sdk/lib/collection/linked_hash_map.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_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.

Powered by Google App Engine
This is Rietveld 408576698