| Index: runtime/lib/collection_patch.dart
|
| diff --git a/runtime/lib/collection_patch.dart b/runtime/lib/collection_patch.dart
|
| index 869a70b6f5c513100f2f68edf75dd9dfa5dcaf18..5bd4ab93657d4ff5f096a3ecdd303661da79e104 100644
|
| --- a/runtime/lib/collection_patch.dart
|
| +++ b/runtime/lib/collection_patch.dart
|
| @@ -10,7 +10,7 @@ patch class HashMap<K, V> {
|
| List<_HashMapEntry> _buckets = new List(_INITIAL_CAPACITY);
|
| int _modificationCount = 0;
|
|
|
| - /* patch */ HashMap();
|
| + /* patch */ HashMap._internal();
|
|
|
| /* patch */ int get length => _elementCount;
|
| /* patch */ bool get isEmpty => _elementCount == 0;
|
|
|