| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index d02c04dbc0337d20fd56c9ea6dc2cae554b868aa..003342cdf0b25f4b1591ca43cc1180c1787b48ba 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -11113,9 +11113,7 @@ class TemplateInfo: public Struct {
|
| static const int kPropertyListOffset = kNumberOfProperties + kPointerSize;
|
| static const int kPropertyAccessorsOffset =
|
| kPropertyListOffset + kPointerSize;
|
| - static const int kPropertyIntrinsicsOffset =
|
| - kPropertyAccessorsOffset + kPointerSize;
|
| - static const int kHeaderSize = kPropertyIntrinsicsOffset + kPointerSize;
|
| + static const int kHeaderSize = kPropertyAccessorsOffset + kPointerSize;
|
|
|
| static const int kFastTemplateInstantiationsCacheSize = 1 * KB;
|
|
|
|
|