Chromium Code Reviews| Index: src/debug/debug.h |
| diff --git a/src/debug/debug.h b/src/debug/debug.h |
| index 009070b2957600e1069797e85a4c9ea9b8d0a08d..bbd1a415e43f1fd7fb3c36033db75240a9c6e095 100644 |
| --- a/src/debug/debug.h |
| +++ b/src/debug/debug.h |
| @@ -106,7 +106,7 @@ class BreakLocation { |
| inline RelocInfo rinfo() const { |
| - return RelocInfo(pc(), rmode(), data_, code()); |
| + return RelocInfo(debug_info_->GetIsolate(), pc(), rmode(), data_, code()); |
| } |
| inline int position() const { return position_; } |