Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index dd3ec6eed1b7a942c01c8cae238a75a209902fbc..07ad71bf347d30304227890e2e907bc4962713ff 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -744,7 +744,7 @@ bool Debug::CompileDebuggerScript(Isolate* isolate, int index) { |
// Compile the script. |
Handle<SharedFunctionInfo> function_info; |
function_info = Compiler::CompileScript( |
- source_code, script_name, 0, 0, false, context, NULL, NULL, |
+ source_code, script_name, 0, 0, false, false, context, NULL, NULL, |
ScriptCompiler::kNoCompileOptions, NATIVES_CODE); |
// Silently ignore stack overflows during compilation. |