| Index: src/debug/liveedit.cc
|
| diff --git a/src/debug/liveedit.cc b/src/debug/liveedit.cc
|
| index 78ed6f157a601d7afd1bd1d736ec96c81f2fa568..69710817ee673fb56153e78109025e35fe289595 100644
|
| --- a/src/debug/liveedit.cc
|
| +++ b/src/debug/liveedit.cc
|
| @@ -1374,8 +1374,7 @@ static Handle<Script> CreateScriptCopy(Handle<Script> original) {
|
| copy->set_type(original->type());
|
| copy->set_context_data(original->context_data());
|
| copy->set_eval_from_shared(original->eval_from_shared());
|
| - copy->set_eval_from_instructions_offset(
|
| - original->eval_from_instructions_offset());
|
| + copy->set_eval_from_position(original->eval_from_position());
|
|
|
| // Copy all the flags, but clear compilation state.
|
| copy->set_flags(original->flags());
|
|
|