Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index 4b519192e280bf3603d6d6cde099b618bf6ab3ef..82fab36a2b83ea96c80042d232b06dda40db30c2 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -645,9 +645,8 @@ |
// Compile the script. |
Handle<SharedFunctionInfo> function_info; |
function_info = Compiler::CompileScript( |
- source_code, script_name, 0, 0, ScriptOriginOptions(), Handle<Object>(), |
- context, NULL, NULL, ScriptCompiler::kNoCompileOptions, NATIVES_CODE, |
- false); |
+ source_code, script_name, 0, 0, false, false, Handle<Object>(), context, |
+ NULL, NULL, ScriptCompiler::kNoCompileOptions, NATIVES_CODE, false); |
// Silently ignore stack overflows during compilation. |
if (function_info.is_null()) { |