| Index: src/ppc/assembler-ppc-inl.h
|
| diff --git a/src/ppc/assembler-ppc-inl.h b/src/ppc/assembler-ppc-inl.h
|
| index 7ae89883400dad51b56bfdc14322bf1a610f8db0..ec8d61926f87c6ba46618d5f4c4be5a00052e656 100644
|
| --- a/src/ppc/assembler-ppc-inl.h
|
| +++ b/src/ppc/assembler-ppc-inl.h
|
| @@ -242,8 +242,8 @@ Address RelocInfo::call_address() {
|
| DCHECK((IsJSReturn(rmode()) && IsPatchedReturnSequence()) ||
|
| (IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()));
|
| // The pc_ offset of 0 assumes patched return sequence per
|
| - // BreakLocationIterator::SetDebugBreakAtReturn(), or debug break
|
| - // slot per BreakLocationIterator::SetDebugBreakAtSlot().
|
| + // BreakLocation::SetDebugBreakAtReturn(), or debug break
|
| + // slot per BreakLocation::SetDebugBreakAtSlot().
|
| return Assembler::target_address_at(pc_, host_);
|
| }
|
|
|
| @@ -285,7 +285,7 @@ void RelocInfo::WipeOut() {
|
| bool RelocInfo::IsPatchedReturnSequence() {
|
| //
|
| // The patched return sequence is defined by
|
| - // BreakLocationIterator::SetDebugBreakAtReturn()
|
| + // BreakLocation::SetDebugBreakAtReturn()
|
| // FIXED_SEQUENCE
|
|
|
| Instr instr0 = Assembler::instr_at(pc_);
|
|
|