| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 5d3bde4592c991844f1f024c7ab7cb391702d2e7..f46f8ef7d5d5a2b415d5144b48fa5739412d0a4b 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -2877,6 +2877,7 @@ void Heap::CreateInitialObjects() {
|
| set_observed_symbol(*factory->NewPrivateSymbol());
|
| set_stack_trace_symbol(*factory->NewPrivateSymbol());
|
| set_uninitialized_symbol(*factory->NewPrivateSymbol());
|
| + set_home_object_symbol(*factory->NewPrivateOwnSymbol());
|
|
|
| Handle<SeededNumberDictionary> slow_element_dictionary =
|
| SeededNumberDictionary::New(isolate(), 0, TENURED);
|
|
|