| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index bfe4f1e3fff9fea755ba41397c10ae8f52300441..767a0f0edd2362841b0705930086ffce6df15424 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -3036,7 +3036,7 @@ AllocationResult Heap::AllocateBytecodeArray(int length,
|
| instance->set_interrupt_budget(interpreter::Interpreter::InterruptBudget());
|
| instance->set_constant_pool(constant_pool);
|
| instance->set_handler_table(empty_fixed_array());
|
| - instance->set_source_position_table(empty_fixed_array());
|
| + instance->set_source_position_table(empty_byte_array());
|
| CopyBytes(instance->GetFirstBytecodeAddress(), raw_bytecodes, length);
|
|
|
| return result;
|
|
|