| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index 280ef512862bd3a356a01424c3fff0baeda11f9c..bcff35a7f4d60e1d6c17d7471303699ea2a56a27 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -645,8 +645,9 @@ 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, false, Handle<Object>(), context,
|
| - NULL, NULL, ScriptCompiler::kNoCompileOptions, NATIVES_CODE, false);
|
| + source_code, script_name, 0, 0, ScriptOriginOptions(), Handle<Object>(),
|
| + context, NULL, NULL, ScriptCompiler::kNoCompileOptions, NATIVES_CODE,
|
| + false);
|
|
|
| // Silently ignore stack overflows during compilation.
|
| if (function_info.is_null()) {
|
|
|