| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 134ef04a4b791eea5639451fe528a7cbc19d797e..aac3304356daeea8532d8e3c60d8cb5c4ab9cbae 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -5750,7 +5750,9 @@ class DependentCode: public FixedArray {
|
| // Group of code that depends on element transition information in
|
| // AllocationSites not being changed.
|
| kAllocationSiteTransitionChangedGroup,
|
| - kGroupCount = kAllocationSiteTransitionChangedGroup + 1
|
| + // Group of code that depends on the Math global object not being changed
|
| + kMathConstantGroup,
|
| + kGroupCount = kMathConstantGroup + 1
|
| };
|
|
|
| // Array for holding the index of the first code object of each group.
|
|
|