Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 1013d87119408b8cbdd835dbc06f2f1d64a09a19..28a23a2281e965aa0d4557a1ff431560a29a35b1 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5841,7 +5841,7 @@ class DependentCode: public FixedArray { |
kPropertyCellChangedGroup, |
// Group of code that omit run-time type checks for the field(s) introduced |
Igor Sheludko
2016/10/12 10:44:18
Please update the comment.
Benedikt Meurer
2016/10/12 10:45:31
Done.
|
// by this map. |
- kFieldTypeGroup, |
+ kFieldOwnerGroup, |
// Group of code that omit run-time type checks for initial maps of |
// constructors. |
kInitialMapChangedGroup, |