| Index: src/mips/debug-mips.cc
|
| diff --git a/src/mips/debug-mips.cc b/src/mips/debug-mips.cc
|
| index 8c40930c59d740c7e757bb3021ee85b767e8b235..3cd8fc00f57e0e9c740e69f5234f505e81ed89ec 100644
|
| --- a/src/mips/debug-mips.cc
|
| +++ b/src/mips/debug-mips.cc
|
| @@ -110,18 +110,16 @@ void Debug::GeneratePlainReturnLiveEdit(MacroAssembler* masm) {
|
| masm->Abort("LiveEdit frame dropping is not supported on mips");
|
| }
|
|
|
| -void Debug::GenerateFrameDropperLiveEdit(MacroAssembler* masm) {
|
| +
|
| +void Debug::GenerateRestarterPatchLiveEdit(MacroAssembler* masm) {
|
| masm->Abort("LiveEdit frame dropping is not supported on mips");
|
| }
|
|
|
| #undef __
|
|
|
|
|
| -void Debug::SetUpFrameDropperFrame(StackFrame* bottom_js_frame,
|
| - Handle<Code> code) {
|
| - UNREACHABLE();
|
| -}
|
| -const int Debug::kFrameDropperFrameSize = -1;
|
| +const int Debug::kFrameRestarterEntryOffset = -1;
|
| +const int Debug::kRestartedFrameHeight = -1;
|
|
|
|
|
| #endif // ENABLE_DEBUGGER_SUPPORT
|
|
|