Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 1913089fe724e56e07cdc00009ad4a753f7030b9..b6bbe8c305e1024db3b448a02373c3c545ad08e1 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -154,8 +154,7 @@ |
static Callable InterpreterPushArgsAndCall( |
Isolate* isolate, TailCallMode tail_call_mode, |
CallableType function_type = CallableType::kAny); |
- static Callable InterpreterPushArgsAndConstruct( |
- Isolate* isolate, CallableType function_type = CallableType::kAny); |
+ static Callable InterpreterPushArgsAndConstruct(Isolate* isolate); |
static Callable InterpreterCEntry(Isolate* isolate, int result_size = 1); |
}; |