| Index: src/debug/x64/debug-x64.cc
|
| diff --git a/src/debug/x64/debug-x64.cc b/src/debug/x64/debug-x64.cc
|
| index 4f80e18c859871d5352148bb491e5abc3b4ab2b9..afdc3303a2b8ad22a68a689a15fe8213c2ac897f 100644
|
| --- a/src/debug/x64/debug-x64.cc
|
| +++ b/src/debug/x64/debug-x64.cc
|
| @@ -129,7 +129,7 @@ void DebugCodegen::GenerateFrameDropperLiveEdit(MacroAssembler* masm) {
|
| __ popq(rbp);
|
|
|
| ParameterCount dummy(0);
|
| - __ FloodFunctionIfStepping(rdi, no_reg, dummy, dummy);
|
| + __ CheckDebugHook(rdi, no_reg, dummy, dummy);
|
|
|
| // Load context from the function.
|
| __ movp(rsi, FieldOperand(rdi, JSFunction::kContextOffset));
|
|
|