| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index af4cbe894d1fd225c6024c6d9c8048b52fc217f4..587bc2f138824f68ed15980fd59df7fca109078b 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -8987,14 +8987,6 @@ class TypeFeedbackInfo: public Struct {
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(TypeFeedbackInfo);
|
| };
|
|
|
| -
|
| -enum AllocationSiteMode {
|
| - DONT_TRACK_ALLOCATION_SITE,
|
| - TRACK_ALLOCATION_SITE,
|
| - LAST_ALLOCATION_SITE_MODE = TRACK_ALLOCATION_SITE
|
| -};
|
| -
|
| -
|
| class AllocationSite: public Struct {
|
| public:
|
| static const uint32_t kMaximumArrayBytesToPretransition = 8 * 1024;
|
|
|