| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index c2a2707602e88eb60d3d7db3921796d66f0ef3aa..29da72edd04fafaacf263ee9402e055eabe9b4f2 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -3625,6 +3625,7 @@ MaybeObject* Heap::AllocateSharedFunctionInfo(Object* name) {
|
| share->set_script(undefined_value(), SKIP_WRITE_BARRIER);
|
| share->set_debug_info(undefined_value(), SKIP_WRITE_BARRIER);
|
| share->set_inferred_name(empty_string(), SKIP_WRITE_BARRIER);
|
| + share->set_bailout_reason(empty_string(), SKIP_WRITE_BARRIER);
|
| share->set_initial_map(undefined_value(), SKIP_WRITE_BARRIER);
|
| share->set_ast_node_count(0);
|
| share->set_counters(0);
|
|
|