| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 2f73e08d2ce8418c804c36d97dbbf0323465aab6..9d2fc4368a60b2e4b5cd194007bfb8b93fda727d 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1465,8 +1465,8 @@ bool Genesis::CompileScriptCached(Isolate* isolate,
|
| Handle<String> script_name =
|
| factory->NewStringFromUtf8(name).ToHandleChecked();
|
| function_info = Compiler::CompileScript(
|
| - source, script_name, 0, 0, false, false, top_context, extension, NULL,
|
| - ScriptCompiler::kNoCompileOptions,
|
| + source, script_name, 0, 0, false, false, Handle<Object>(), top_context,
|
| + extension, NULL, ScriptCompiler::kNoCompileOptions,
|
| use_runtime_context ? NATIVES_CODE : NOT_NATIVES_CODE, false);
|
| if (function_info.is_null()) return false;
|
| if (cache != NULL) cache->Add(name, function_info);
|
|
|