Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 47fea39e4d9e7566646541c0cd8869ef743b3251..f472757311ab4ef6c819ddb749b331d3fddbfef7 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5884,6 +5884,9 @@ class DependentCode: public FixedArray { |
// Group of code that omit run-time type checks for the field(s) introduced |
// by this map. |
kFieldTypeGroup, |
+ // Group of code that omit run-time type checks for initial maps of |
+ // constructors. |
+ kInitialMapChangedGroup, |
// Group of code that depends on tenuring information in AllocationSites |
// not being changed. |
kAllocationSiteTenuringChangedGroup, |