| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 53c5e18c53dc60602d28997bffa3236ec2b04ffb..a72557b61bd6a847e46afeda8f061bcaa0f91892 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -11456,6 +11456,8 @@ class FunctionTemplateInfo: public TemplateInfo {
|
| DECLARE_PRINTER(FunctionTemplateInfo)
|
| DECLARE_VERIFIER(FunctionTemplateInfo)
|
|
|
| + static const int kInvalidSerialNumber = 0;
|
| +
|
| static const int kCallCodeOffset = TemplateInfo::kHeaderSize;
|
| static const int kPrototypeTemplateOffset =
|
| kCallCodeOffset + kPointerSize;
|
|
|