| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 5137301ddf46bc324da3c5784959085fefbabab3..b1dc973ee119399f67507bfbeab678f0b46f4c85 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -2721,9 +2721,6 @@ void Heap::CreateInitialObjects() {
|
| set_experimental_extra_natives_source_cache(
|
| *factory->NewFixedArray(ExperimentalExtraNatives::GetBuiltinsCount()));
|
|
|
| - set_code_stub_natives_source_cache(
|
| - *factory->NewFixedArray(CodeStubNatives::GetBuiltinsCount()));
|
| -
|
| set_undefined_cell(*factory->NewCell(factory->undefined_value()));
|
|
|
| // The symbol registry is initialized lazily.
|
| @@ -5085,6 +5082,7 @@ bool Heap::CreateHeapObjects() {
|
|
|
| set_native_contexts_list(undefined_value());
|
| set_allocation_sites_list(undefined_value());
|
| +
|
| return true;
|
| }
|
|
|
|
|