Index: src/x64/debug-x64.cc |
diff --git a/src/x64/debug-x64.cc b/src/x64/debug-x64.cc |
index 96592548ef7a536861ce7022192dc918aae19cc3..2aa77e7752e02ae87b09f3e7bdfffca9a96cd21e 100644 |
--- a/src/x64/debug-x64.cc |
+++ b/src/x64/debug-x64.cc |
@@ -213,9 +213,10 @@ void Debug::GenerateFrameDropperLiveEdit(MacroAssembler* masm) { |
#undef __ |
-void Debug::SetUpFrameDropperFrame(StackFrame* bottom_js_frame, |
- Handle<Code> code) { |
+Object** Debug::SetUpFrameDropperFrame(StackFrame* bottom_js_frame, |
+ Handle<Code> code) { |
UNREACHABLE(); |
+ return NULL; |
} |
const int Debug::kFrameDropperFrameSize = -1; |