Index: src/macros.py |
diff --git a/src/macros.py b/src/macros.py |
index d50231dcefc39ab266a049ea75140117ea34a761..036f03e9de8628d02dc665a23c092047b5094531 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; |