Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index a4701672d579a3120118c06aa6a879e0132bdf9e..2126790359c5303b00669bb29a632daf52c59676 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -110,7 +110,7 @@ class CodeFactory final { |
static Callable InterpreterPushArgsAndCall(Isolate* isolate); |
static Callable InterpreterPushArgsAndConstruct(Isolate* isolate); |
- static Callable InterpreterCEntry(Isolate* isolate); |
+ static Callable InterpreterCEntry(Isolate* isolate, int result_size = 1); |
}; |
} // namespace internal |