| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 9d8ecda53c3e73a37596e28bd40ce64427dd8409..1ad08104f1346a27ea48e9345ec22776a0b0ee8b 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -3075,9 +3075,6 @@
|
| set_experimental_natives_source_cache(
|
| *factory->NewFixedArray(ExperimentalNatives::GetBuiltinsCount()));
|
|
|
| - set_extra_natives_source_cache(
|
| - *factory->NewFixedArray(ExtraNatives::GetBuiltinsCount()));
|
| -
|
| set_undefined_cell(*factory->NewCell(factory->undefined_value()));
|
|
|
| // The symbol registry is initialized lazily.
|
|
|