Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index e45baeb28504ce2cc230fe119b33e87ec9899d3f..299ea7f665bc2e7bc7a69459bde60e144912cd0f 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) \ |