| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 100da7d766e86c8f57b7712b6216d0b72fc39dfa..af019a7c9f985431ee9368eec69f3b0a1bd7810e 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -10357,7 +10357,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);
|
|
|