Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 408055a3cbf6915386942897bf002378029b4904..838510000832229b37d7b8c1702b03501dcbf0b2 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -2411,8 +2411,7 @@ |
InstallNativeFunctions(); |
auto function_cache = |
- ObjectHashTable::New(isolate(), ApiNatives::kInitialFunctionCacheSize, |
- USE_CUSTOM_MINIMUM_CAPACITY); |
+ ObjectHashTable::New(isolate(), ApiNatives::kInitialFunctionCacheSize); |
native_context()->set_function_cache(*function_cache); |
// Store the map for the string prototype after the natives has been compiled |