Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 76447dc607b8b42e6a058539296ce705d02ef25a..e187b112737e06e54e3bdc9311702d1c576e7a3f 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -621,27 +621,28 @@ DECLARE_NOTARGET_PROTOTYPE(Ret) |
const ParameterCount& expected, |
const ParameterCount& actual, |
InvokeFlag flag, |
- const CallWrapper& call_wrapper = NullCallWrapper(), |
- CallKind call_kind = CALL_AS_METHOD); |
+ const CallWrapper& call_wrapper, |
+ CallKind call_kind); |
void InvokeCode(Handle<Code> code, |
const ParameterCount& expected, |
const ParameterCount& actual, |
RelocInfo::Mode rmode, |
InvokeFlag flag, |
- CallKind call_kind = CALL_AS_METHOD); |
+ CallKind call_kind); |
// Invoke the JavaScript function in the given register. Changes the |
// current context to the context in the function before invoking. |
void InvokeFunction(Register function, |
const ParameterCount& actual, |
InvokeFlag flag, |
- const CallWrapper& call_wrapper = NullCallWrapper(), |
- CallKind call_kind = CALL_AS_METHOD); |
+ const CallWrapper& call_wrapper, |
+ CallKind call_kind); |
void InvokeFunction(JSFunction* function, |
const ParameterCount& actual, |
- InvokeFlag flag); |
+ InvokeFlag flag, |
+ CallKind call_kind); |
void IsObjectJSObjectType(Register heap_object, |
@@ -1103,8 +1104,8 @@ DECLARE_NOTARGET_PROTOTYPE(Ret) |
Register code_reg, |
Label* done, |
InvokeFlag flag, |
- const CallWrapper& call_wrapper = NullCallWrapper(), |
- CallKind call_kind = CALL_AS_METHOD); |
+ const CallWrapper& call_wrapper, |
+ CallKind call_kind); |
// Get the code for the given builtin. Returns if able to resolve |
// the function in the 'resolved' flag. |