| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 5a41c6f4e7d75dbfce5aeecdec519d83385cde9d..bc356188a01392fefb735bd8367415cf1ac7af6e 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -180,7 +180,6 @@
|
| V(FixedArray, materialized_objects, MaterializedObjects) \
|
| V(FixedArray, microtask_queue, MicrotaskQueue) \
|
| V(TypeFeedbackVector, dummy_vector, DummyVector) \
|
| - V(FixedArray, empty_literals_array, EmptyLiteralsArray) \
|
| V(FixedArray, cleared_optimized_code_map, ClearedOptimizedCodeMap) \
|
| V(FixedArray, detached_contexts, DetachedContexts) \
|
| V(ArrayList, retained_maps, RetainedMaps) \
|
| @@ -193,6 +192,7 @@
|
| V(Map, bytecode_array_map, BytecodeArrayMap) \
|
| V(WeakCell, empty_weak_cell, EmptyWeakCell) \
|
| V(BytecodeArray, empty_bytecode_array, EmptyBytecodeArray)
|
| +
|
|
|
| // Entries in this list are limited to Smis and are not visited during GC.
|
| #define SMI_ROOT_LIST(V) \
|
|
|