| Index: src/debug/liveedit.cc
 | 
| diff --git a/src/debug/liveedit.cc b/src/debug/liveedit.cc
 | 
| index de377250ddf7db55186027f4de72d3341015b50d..ff7a0e8b99c32ebc76d3f5f0f06c2687e4692c5f 100644
 | 
| --- a/src/debug/liveedit.cc
 | 
| +++ b/src/debug/liveedit.cc
 | 
| @@ -1307,7 +1307,8 @@ static Handle<Code> PatchPositionsInCode(
 | 
|          int new_position = TranslatePosition(position,
 | 
|                                               position_change_array);
 | 
|          if (position != new_position) {
 | 
| -          RelocInfo info_copy(rinfo->pc(), rinfo->rmode(), new_position, NULL);
 | 
| +          RelocInfo info_copy(rinfo->isolate(), rinfo->pc(), rinfo->rmode(),
 | 
| +                              new_position, NULL);
 | 
|            buffer_writer.Write(&info_copy);
 | 
|            continue;
 | 
|          }
 | 
| 
 |