Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 318d6179318b4d462b9fdbf6b9f9640ed58d5098..38078cd39f18e1de5694876c0688d8573dad7424 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -982,10 +982,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, |