Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index 0dae9449a15528875e6d819a8fd8eac8ebed45ea..9b0198f82578e25064fa94207604ae14537188c7 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -3057,6 +3057,7 @@ AllocationResult Heap::AllocateBytecodeArray(int length, |
instance->set_parameter_count(parameter_count); |
instance->set_constant_pool(constant_pool); |
instance->set_handler_table(empty_fixed_array()); |
+ instance->set_source_position_table(empty_fixed_array()); |
CopyBytes(instance->GetFirstBytecodeAddress(), raw_bytecodes, length); |
return result; |