| Index: src/macros.py
|
| diff --git a/src/macros.py b/src/macros.py
|
| index f1a21305ba98534e21bd222be954bfb7cb7069fc..38b9a08142d612d74814e4867b951591cfbc06f5 100644
|
| --- a/src/macros.py
|
| +++ b/src/macros.py
|
| @@ -42,8 +42,8 @@ const SETTER = 1;
|
| # These definitions must match the index of the properties in objects.h.
|
| const kApiTagOffset = 0;
|
| const kApiPropertyListOffset = 1;
|
| -const kApiSerialNumberOffset = 2;
|
| -const kApiConstructorOffset = 2;
|
| +const kApiSerialNumberOffset = 3;
|
| +const kApiConstructorOffset = 3;
|
| const kApiPrototypeTemplateOffset = 5;
|
| const kApiParentTemplateOffset = 6;
|
| const kApiFlagOffset = 14;
|
|
|