| Index: src/debug/debug-evaluate.cc
|
| diff --git a/src/debug/debug-evaluate.cc b/src/debug/debug-evaluate.cc
|
| index eb1cd4cd672a24123b885832d14e1c7c5a45d20d..dceaee14261301584ff8e8818e5bece407f33e25 100644
|
| --- a/src/debug/debug-evaluate.cc
|
| +++ b/src/debug/debug-evaluate.cc
|
| @@ -95,11 +95,11 @@
|
| }
|
|
|
| Handle<JSFunction> eval_fun;
|
| - ASSIGN_RETURN_ON_EXCEPTION(
|
| - isolate, eval_fun,
|
| - Compiler::GetFunctionFromEval(source, outer_info, context, SLOPPY,
|
| - NO_PARSE_RESTRICTION, 0),
|
| - Object);
|
| + ASSIGN_RETURN_ON_EXCEPTION(isolate, eval_fun,
|
| + Compiler::GetFunctionFromEval(
|
| + source, outer_info, context, SLOPPY,
|
| + NO_PARSE_RESTRICTION, RelocInfo::kNoPosition),
|
| + Object);
|
|
|
| Handle<Object> result;
|
| ASSIGN_RETURN_ON_EXCEPTION(
|
|
|