Index: src/property.h |
diff --git a/src/property.h b/src/property.h |
index 133abc1b42ef0bd50e307485f5e0f7cc3fb7a300..3203dd1120a4168102f72e1e75a3d47d5429fc42 100644 |
--- a/src/property.h |
+++ b/src/property.h |
@@ -262,7 +262,7 @@ class LookupResult BASE_EMBEDDED { |
// Is the result is a property excluding transitions and the null |
// descriptor? |
bool IsProperty() { |
- return IsFound() && (type() < FIRST_PHANTOM_PROPERTY_TYPE); |
+ return IsFound() && GetPropertyDetails().IsProperty(); |
} |
// Is the result a property or a transition? |