| Index: sdk/lib/_internal/lib/collection_patch.dart
|
| diff --git a/sdk/lib/_internal/lib/collection_patch.dart b/sdk/lib/_internal/lib/collection_patch.dart
|
| index 3fb0f458df9291b0f8d34081170eae6c486071a9..cbcf114ab898d882adc22dc4bed4c41da32f2c5e 100644
|
| --- a/sdk/lib/_internal/lib/collection_patch.dart
|
| +++ b/sdk/lib/_internal/lib/collection_patch.dart
|
| @@ -26,7 +26,7 @@ patch class HashMap<K, V> {
|
| // guard against concurrent modifications.
|
| List _keys;
|
|
|
| - patch HashMap();
|
| + patch HashMap._internal();
|
|
|
| patch int get length => _length;
|
| patch bool get isEmpty => _length == 0;
|
|
|