Chromium Code Reviews| Index: src/api-natives.h |
| diff --git a/src/api-natives.h b/src/api-natives.h |
| index 224c78a6adb421fcb62ad75394ab4af83bfaac3b..84b65bda92a18539f13ae75876a81846f086d707 100644 |
| --- a/src/api-natives.h |
| +++ b/src/api-natives.h |
| @@ -12,7 +12,7 @@ namespace internal { |
| class ApiNatives { |
| public: |
| - static const int kInitialFunctionCacheSize = 256; |
| + static const int kInitialFunctionCacheSize = 64; |
| MUST_USE_RESULT static MaybeHandle<JSFunction> InstantiateFunction( |
| Handle<FunctionTemplateInfo> data); |