Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 42214635f593aed2824aba42106d4c76d1d8fc40..316bd5b3951f0aac811721f4cab01aceadd9d98b 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -190,12 +190,14 @@ using v8::MemoryPressureLevel; |
V(ArrayList, retained_maps, RetainedMaps) \ |
V(WeakHashTable, weak_object_to_code_table, WeakObjectToCodeTable) \ |
V(PropertyCell, array_protector, ArrayProtector) \ |
+ V(Cell, array_is_concat_spreadable_protector, \ |
+ ArrayIsConcatSpreadableProtector) \ |
V(PropertyCell, empty_property_cell, EmptyPropertyCell) \ |
V(Object, weak_stack_trace_list, WeakStackTraceList) \ |
V(Object, noscript_shared_function_infos, NoScriptSharedFunctionInfos) \ |
V(Map, bytecode_array_map, BytecodeArrayMap) \ |
V(WeakCell, empty_weak_cell, EmptyWeakCell) \ |
- V(PropertyCell, species_protector, SpeciesProtector) |
+ V(Cell, species_protector, SpeciesProtector) |
// Entries in this list are limited to Smis and are not visited during GC. |
#define SMI_ROOT_LIST(V) \ |