Chromium Code Reviews| Index: src/heap/heap.cc |
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
| index dc5f8c8ccb52b3a2af7e7b2526acbc6c7f4ac88f..b427e11daed841a6249bd5632e92fc11393d2078 100644 |
| --- a/src/heap/heap.cc |
| +++ b/src/heap/heap.cc |
| @@ -3418,6 +3418,7 @@ AllocationResult Heap::CopyBytecodeArray(BytecodeArray* bytecode_array) { |
| copy->set_constant_pool(bytecode_array->constant_pool()); |
| copy->set_handler_table(bytecode_array->handler_table()); |
| copy->set_source_position_table(bytecode_array->source_position_table()); |
| + copy->set_interrupt_budget(bytecode_array->interrupt_budget()); |
| bytecode_array->CopyBytecodesTo(copy); |
| return copy; |
| } |