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