| Index: dart/sdk/lib/_internal/lib/collection_patch.dart
|
| diff --git a/dart/sdk/lib/_internal/lib/collection_patch.dart b/dart/sdk/lib/_internal/lib/collection_patch.dart
|
| index feb40e62a295e960134543b90f3fc51e2f5b8a5f..192dfd3e398506236c35b4e50febec5d529b840b 100644
|
| --- a/dart/sdk/lib/_internal/lib/collection_patch.dart
|
| +++ b/dart/sdk/lib/_internal/lib/collection_patch.dart
|
| @@ -515,7 +515,7 @@ class _LinkedHashMap<K, V> implements LinkedHashMap<K, V> {
|
| // iterated over.
|
| int _modifications = 0;
|
|
|
| - _LinkedHash();
|
| + _LinkedHashMap();
|
|
|
|
|
| int get length => _length;
|
|
|