| Index: src/property.h
|
| diff --git a/src/property.h b/src/property.h
|
| index bcf1d66bcef61af8d99190e758a118d8b614dad6..d5efb7f35193f9a5ee36dbe9339e968996aaf4d0 100644
|
| --- a/src/property.h
|
| +++ b/src/property.h
|
| @@ -264,7 +264,7 @@ class LookupResult BASE_EMBEDDED {
|
| // Is the result is a property excluding transitions and the null
|
| // descriptor?
|
| bool IsProperty() {
|
| - return IsFound() && GetPropertyDetails().IsProperty();
|
| + return IsFound() && IsRealProperty(GetPropertyDetails().type());
|
| }
|
|
|
| bool IsCacheable() { return cacheable_; }
|
|
|