| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 2f529a730eb1c8151ca4ddd236b7bafd1209b7ca..d591f1d38ded2ccf161fea307543544c8ed0fb02 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -10382,7 +10382,9 @@ class TemplateInfo: public Struct {
|
| static const int kPropertyListOffset = kNumberOfProperties + kPointerSize;
|
| static const int kPropertyAccessorsOffset =
|
| kPropertyListOffset + kPointerSize;
|
| - static const int kHeaderSize = kPropertyAccessorsOffset + kPointerSize;
|
| + static const int kPropertyIntrinsicsOffset =
|
| + kPropertyAccessorsOffset + kPointerSize;
|
| + static const int kHeaderSize = kPropertyIntrinsicsOffset + kPointerSize;
|
|
|
| private:
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(TemplateInfo);
|
|
|