Index: src/property-details.h |
diff --git a/src/property-details.h b/src/property-details.h |
index 01050dbd4fe043f1f557ed1477577f7f19e78c05..5e3fea4371ffb5fea4e05b0a6ea730cad8b6ddeb 100644 |
--- a/src/property-details.h |
+++ b/src/property-details.h |
@@ -77,9 +77,8 @@ enum PropertyType { |
// Only in lookup results, not in descriptors. |
HANDLER = 4, |
INTERCEPTOR = 5, |
- TRANSITION = 6, |
// Only used as a marker in LookupResult. |
- NONEXISTENT = 7 |
+ NONEXISTENT = 6 |
}; |