Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 591234a50d7756cd5802f3c149dc5388a6d6b989..66ac930ad24da5aaa28df3891e232250b56c3cef 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -1047,9 +1047,10 @@ class MacroAssembler: public Assembler { |
const ParameterCount& actual, InvokeFlag flag, |
const CallWrapper& call_wrapper); |
- void FloodFunctionIfStepping(Register fun, Register new_target, |
- const ParameterCount& expected, |
- const ParameterCount& actual); |
+ // On function call, call into the debugger if necessary. |
+ void CheckDebugHook(Register fun, Register new_target, |
+ const ParameterCount& expected, |
+ const ParameterCount& actual); |
// Invoke the JavaScript function in the given register. Changes the |
// current context to the context in the function before invoking. |