Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 92f0ded0361bc0fa9e75374b96628e6d08096ba7..36a30a880dfb3f601f453f3144ff25eacc19ed90 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -179,6 +179,7 @@ namespace internal { |
V(FixedArray, allocation_sites_scratchpad, AllocationSitesScratchpad) \ |
V(FixedArray, microtask_queue, MicrotaskQueue) \ |
V(TypeFeedbackVector, dummy_vector, DummyVector) \ |
+ V(FixedArray, cleared_optimized_code_map, ClearedOptimizedCodeMap) \ |
V(FixedArray, detached_contexts, DetachedContexts) \ |
V(ArrayList, retained_maps, RetainedMaps) \ |
V(WeakHashTable, weak_object_to_code_table, WeakObjectToCodeTable) \ |