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