Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 6f8a124d260bf1bbad7a9f2c9d5b0728c8896123..243f1f62cc934fa69efcc2e4ef624b5b4346289b 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -178,7 +178,7 @@ namespace internal { |
V(FixedArray, materialized_objects, MaterializedObjects) \ |
V(FixedArray, allocation_sites_scratchpad, AllocationSitesScratchpad) \ |
V(FixedArray, microtask_queue, MicrotaskQueue) \ |
- V(FixedArray, dummy_vector, DummyVector) \ |
+ V(TypeFeedbackVector, dummy_vector, DummyVector) \ |
V(FixedArray, detached_contexts, DetachedContexts) \ |
V(ArrayList, retained_maps, RetainedMaps) \ |
V(WeakHashTable, weak_object_to_code_table, WeakObjectToCodeTable) \ |