Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 995c082119e849c9300501622a34a615452ef288..24b0822b2bc74d5b8303fd124c9bd68517b4a00a 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -1041,11 +1041,8 @@ class MacroAssembler: public Assembler { |
// function and jumps to the miss label if the fast checks fail. The |
// function register will be untouched; the other registers may be |
// clobbered. |
- void TryGetFunctionPrototype(Register function, |
- Register result, |
- Register scratch, |
- Label* miss, |
- bool miss_on_bound_function = false); |
+ void TryGetFunctionPrototype(Register function, Register result, |
+ Register scratch, Label* miss); |
void GetObjectType(Register function, |
Register map, |