Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 45b8afe526da00cbeec249ae7b31455c97ffba6d..b8d9166cb7e3d342e6d4e886d70bb74daf2d3679 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -94,6 +94,7 @@ using v8::MemoryPressureLevel; |
V(Map, external_map, ExternalMap) \ |
V(Map, bytecode_array_map, BytecodeArrayMap) \ |
V(Map, module_info_map, ModuleInfoMap) \ |
+ V(Map, type_feedback_vector_map, TypeFeedbackVectorMap) \ |
/* String maps */ \ |
V(Map, native_source_string_map, NativeSourceStringMap) \ |
V(Map, string_map, StringMap) \ |