Chromium Code Reviews| Index: src/ia32/debug-ia32.cc |
| =================================================================== |
| --- src/ia32/debug-ia32.cc (revision 3070) |
| +++ src/ia32/debug-ia32.cc (working copy) |
| @@ -63,7 +63,7 @@ |
| // having been patched with a call instruction. |
| bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) { |
| ASSERT(RelocInfo::IsJSReturn(rinfo->rmode())); |
| - return rinfo->IsCallInstruction(); |
| + return rinfo->IsPatchedReturnSequence(); |
| } |