| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 7e96a7f395336fbe1556039cae4baa2f5ccb517f..8e0ed9a5b667e7518df6e83dd742eb021a1f648d 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -156,7 +156,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);
|
| static Callable InterpreterOnStackReplacement(Isolate* isolate);
|
| };
|
|
|