Index: src/property-details.h |
diff --git a/src/property-details.h b/src/property-details.h |
index ca4ee43c15128d74713769b0df7428adae697157..ef83fa4f3fa7b8ad0b85e5f5512ef8f841bec362 100644 |
--- a/src/property-details.h |
+++ b/src/property-details.h |
@@ -64,14 +64,12 @@ STATIC_ASSERT(SKIP_SYMBOLS == |
class Smi; |
class TypeInfo; |
-// Type of properties. |
// Order of kinds is significant. |
// Must fit in the BitField PropertyDetails::KindField. |
enum PropertyKind { kData = 0, kAccessor = 1 }; |
- |
// Order of modes is significant. |
-// Must fit in the BitField PropertyDetails::StoreModeField. |
+// Must fit in the BitField PropertyDetails::LocationField. |
enum PropertyLocation { kField = 0, kDescriptor = 1 }; |