| Index: src/property-details.h
|
| diff --git a/src/property-details.h b/src/property-details.h
|
| index c79aa969d344d1e795d79d9deb63329561c90fd3..a623fe9b1a4d5f8c68ea76e3939eb54aa649f16a 100644
|
| --- a/src/property-details.h
|
| +++ b/src/property-details.h
|
| @@ -63,9 +63,8 @@ enum PropertyType {
|
| INTERCEPTOR = 5, // only in lookup results, not in descriptors
|
| // All properties before MAP_TRANSITION are real.
|
| MAP_TRANSITION = 6, // only in fast mode
|
| - ELEMENTS_TRANSITION = 7,
|
| - CONSTANT_TRANSITION = 8, // only in fast mode
|
| - NULL_DESCRIPTOR = 9, // only in fast mode
|
| + CONSTANT_TRANSITION = 7, // only in fast mode
|
| + NULL_DESCRIPTOR = 8, // only in fast mode
|
| // There are no IC stubs for NULL_DESCRIPTORS. Therefore,
|
| // NULL_DESCRIPTOR can be used as the type flag for IC stubs for
|
| // nonexistent properties.
|
|
|