| Index: src/x87/macro-assembler-x87.h
|
| diff --git a/src/x87/macro-assembler-x87.h b/src/x87/macro-assembler-x87.h
|
| index 977aa24ce935e402265c5da61fb41c76647310c8..96fe63ce18ea68bde015c24dc1e1d3d0b3daf765 100644
|
| --- a/src/x87/macro-assembler-x87.h
|
| +++ b/src/x87/macro-assembler-x87.h
|
| @@ -332,9 +332,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.
|
|
|