Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index c46cc2e525455951a6f7f0613e0e3153eb113b33..37beeff7dd361fe53539ff55b07bcae82976100b 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -2408,7 +2408,8 @@ bool Genesis::InstallNatives(ContextType context_type) { |
InstallNativeFunctions(); |
auto function_cache = |
- ObjectHashTable::New(isolate(), ApiNatives::kInitialFunctionCacheSize); |
+ ObjectHashTable::New(isolate(), ApiNatives::kInitialFunctionCacheSize, |
+ USE_CUSTOM_MINIMUM_CAPACITY); |
native_context()->set_function_cache(*function_cache); |
// Store the map for the string prototype after the natives has been compiled |