| Index: src/debug/liveedit.cc
 | 
| diff --git a/src/debug/liveedit.cc b/src/debug/liveedit.cc
 | 
| index 69710817ee673fb56153e78109025e35fe289595..78ed6f157a601d7afd1bd1d736ec96c81f2fa568 100644
 | 
| --- a/src/debug/liveedit.cc
 | 
| +++ b/src/debug/liveedit.cc
 | 
| @@ -1374,7 +1374,8 @@
 | 
|    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_position(original->eval_from_position());
 | 
| +  copy->set_eval_from_instructions_offset(
 | 
| +      original->eval_from_instructions_offset());
 | 
|  
 | 
|    // Copy all the flags, but clear compilation state.
 | 
|    copy->set_flags(original->flags());
 | 
| 
 |