Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index ceae148bbc1862e51a5133356ecc4ed7f3db2b73..9d7341a2deecf24f1d1a20a2550646430e46080b 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -182,7 +182,8 @@ namespace internal { |
EmptySlowElementDictionary) \ |
V(FixedArray, materialized_objects, MaterializedObjects) \ |
V(FixedArray, allocation_sites_scratchpad, AllocationSitesScratchpad) \ |
- V(FixedArray, microtask_queue, MicrotaskQueue) |
+ V(FixedArray, microtask_queue, MicrotaskQueue) \ |
+ V(FixedArray, keyed_load_dummy_vector, KeyedLoadDummyVector) |
// Entries in this list are limited to Smis and are not visited during GC. |
#define SMI_ROOT_LIST(V) \ |