Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index 310c3fdbe2455fe4726cf9f64aee34459cb34d39..324d96f333fa21141415041c3640fb8af6957064 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -745,7 +745,7 @@ bool Debug::CompileDebuggerScript(Isolate* isolate, int index) { |
Handle<SharedFunctionInfo> function_info; |
function_info = Compiler::CompileScript( |
source_code, script_name, 0, 0, false, false, context, NULL, NULL, |
- ScriptCompiler::kNoCompileOptions, NATIVES_CODE); |
+ ScriptCompiler::kNoCompileOptions, NATIVES_CODE, false); |
// Silently ignore stack overflows during compilation. |
if (function_info.is_null()) { |