| Index: sdk/lib/collection/linked_hash_map.dart
|
| diff --git a/sdk/lib/collection/linked_hash_map.dart b/sdk/lib/collection/linked_hash_map.dart
|
| index e06f9e6644ea24573404a6f588965713579689d4..0f766522668c798ad6f56e8877f7e2f124d09657 100644
|
| --- a/sdk/lib/collection/linked_hash_map.dart
|
| +++ b/sdk/lib/collection/linked_hash_map.dart
|
| @@ -80,7 +80,7 @@ abstract class LinkedHashMap<K, V> implements HashMap<K, V> {
|
| * Effectively a shorthand for:
|
| *
|
| * new LinkedHashMap(equals: identical,
|
| - * hashCode: identityHashCodeOf)
|
| + * hashCode: identityHashCode)
|
| */
|
| external factory LinkedHashMap.identity();
|
|
|
|
|