| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index ee25bf23d87c4c917896ba872ecd88a5ae774914..47a8f43947b2f93bb0582be10694a3c09127d515 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -74,7 +74,9 @@ class Factory {
|
|
|
| Handle<ObjectHashSet> NewObjectHashSet(int at_least_space_for);
|
|
|
| - Handle<ObjectHashTable> NewObjectHashTable(int at_least_space_for);
|
| + Handle<ObjectHashTable> NewObjectHashTable(
|
| + int at_least_space_for,
|
| + MinimumCapacity capacity_option = USE_DEFAULT_MINIMUM_CAPACITY);
|
|
|
| Handle<WeakHashTable> NewWeakHashTable(int at_least_space_for);
|
|
|
|
|