Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index aa49b99b54a2d743afc822433319ef1eab3aa873..bfca11e78a826ad7aaeb3179f851361057f60837 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -288,7 +288,7 @@ class Factory final { |
PretenureFlag pretenure = NOT_TENURED); |
Handle<BytecodeArray> NewBytecodeArray(int length, const byte* raw_bytecodes, |
- int frame_size); |
+ int frame_size, int parameter_count); |
Handle<FixedTypedArrayBase> NewFixedTypedArrayWithExternalPointer( |
int length, ExternalArrayType array_type, void* external_pointer, |