Index: src/property-details.h |
diff --git a/src/property-details.h b/src/property-details.h |
index ac365634cdc7c44064d2edfc2b4a9952ebaa3b3f..6b62ddb18e52467e3b8ef3eb80e4450a9fd04a31 100644 |
--- a/src/property-details.h |
+++ b/src/property-details.h |
@@ -67,7 +67,7 @@ enum PropertyType { |
NORMAL = 0, |
// Only in fast mode. |
FIELD = 1, |
- CONSTANT_FUNCTION = 2, |
+ CONSTANT = 2, |
CALLBACKS = 3, |
// Only in lookup results, not in descriptors. |
HANDLER = 4, |