Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index be7d81d368f93b25d488524fbbbf3cc4b73f651d..510f4e93bff99d6a166bd902d3e06abcdd82a529 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -3512,9 +3512,9 @@ class Dictionary: public HashTable<Derived, Shape, Key> { |
// Creates a new dictionary. |
MUST_USE_RESULT static Handle<Derived> New( |
- Isolate* isolate, |
- int at_least_space_for, |
- PretenureFlag pretenure = NOT_TENURED); |
+ Isolate* isolate, int at_least_space_for, |
+ PretenureFlag pretenure = NOT_TENURED, |
+ MinimumCapacity capacity_option = USE_DEFAULT_MINIMUM_CAPACITY); |
// Ensures that a new dictionary is created when the capacity is checked. |
void SetRequiresCopyOnCapacityChange(); |