Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 134b924ee67af8808c7089362f908d93ed6651db..19a8e7bfda53913fea3667a3ab787163b3d95587 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1452,7 +1452,7 @@ bool Genesis::CompileScriptCached(Isolate* isolate, |
function_info = Compiler::CompileScript( |
source, script_name, 0, 0, false, false, top_context, extension, NULL, |
ScriptCompiler::kNoCompileOptions, |
- use_runtime_context ? NATIVES_CODE : NOT_NATIVES_CODE); |
+ use_runtime_context ? NATIVES_CODE : NOT_NATIVES_CODE, false); |
if (function_info.is_null()) return false; |
if (cache != NULL) cache->Add(name, function_info); |
} |