| Index: src/x64/macro-assembler-x64.cc
|
| diff --git a/src/x64/macro-assembler-x64.cc b/src/x64/macro-assembler-x64.cc
|
| index 8b93d24c924fb98a5e6d15089029e7462ada6173..96f225d2db174c28e8f89523f89f9daccfc0323b 100644
|
| --- a/src/x64/macro-assembler-x64.cc
|
| +++ b/src/x64/macro-assembler-x64.cc
|
| @@ -3989,8 +3989,7 @@ void MacroAssembler::DebugBreak() {
|
| }
|
|
|
|
|
| -void MacroAssembler::InvokeFunction(Register function,
|
| - Register new_target,
|
| +void MacroAssembler::InvokeFunction(Register function, Register new_target,
|
| const ParameterCount& actual,
|
| InvokeFlag flag,
|
| const CallWrapper& call_wrapper) {
|
| @@ -4013,8 +4012,7 @@ void MacroAssembler::InvokeFunction(Handle<JSFunction> function,
|
| }
|
|
|
|
|
| -void MacroAssembler::InvokeFunction(Register function,
|
| - Register new_target,
|
| +void MacroAssembler::InvokeFunction(Register function, Register new_target,
|
| const ParameterCount& expected,
|
| const ParameterCount& actual,
|
| InvokeFlag flag,
|
|
|