summaryrefslogtreecommitdiff
path: root/src/node_code_cache_stub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_code_cache_stub.cc')
-rw-r--r--src/node_code_cache_stub.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node_code_cache_stub.cc b/src/node_code_cache_stub.cc
index 021910e829..2dd6d8beb9 100644
--- a/src/node_code_cache_stub.cc
+++ b/src/node_code_cache_stub.cc
@@ -1,4 +1,3 @@
-
#include "node_native_module_env.h"
// This is supposed to be generated by tools/generate_code_cache.js
@@ -7,6 +6,8 @@
namespace node {
namespace native_module {
+const bool has_code_cache = false;
+
// The generated source code would insert <std::string, UnionString> pairs
// into NativeModuleLoader::instance.code_cache_.
void NativeModuleEnv::InitializeCodeCache() {}