| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index d6cbd4c44190eb4b3fc273b9728849816e2f6f90..8c0b6810e844c3c5063065657e415c74b723d6e5 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -3425,7 +3425,7 @@ class HashTable : public HashTableBase {
|
| // Returns a new HashTable object.
|
| MUST_USE_RESULT static Handle<Derived> New(
|
| Isolate* isolate, int at_least_space_for,
|
| - MinimumCapacity capacity_option = USE_DEFAULT_MINIMUM_CAPACITY,
|
| + MinimumCapacity capacity_option = USE_CUSTOM_MINIMUM_CAPACITY,
|
| PretenureFlag pretenure = NOT_TENURED);
|
|
|
| DECLARE_CAST(HashTable)
|
|
|