Index: src/mips64/macro-assembler-mips64.h |
diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h |
index cd3638e50f7403e89d637ab7595c5d8953140d7a..baf51bba26c287ee40a69b2494bd4082292244d2 100644 |
--- a/src/mips64/macro-assembler-mips64.h |
+++ b/src/mips64/macro-assembler-mips64.h |
@@ -1035,10 +1035,8 @@ class MacroAssembler: public Assembler { |
// Invoke the JavaScript function in the given register. Changes the |
// current context to the context in the function before invoking. |
- void InvokeFunction(Register function, |
- Register new_target, |
- const ParameterCount& actual, |
- InvokeFlag flag, |
+ void InvokeFunction(Register function, Register new_target, |
+ const ParameterCount& actual, InvokeFlag flag, |
const CallWrapper& call_wrapper); |
void InvokeFunction(Register function, |