Chromium Code Reviews| Index: src/property.h |
| =================================================================== |
| --- src/property.h (revision 1484) |
| +++ src/property.h (working copy) |
| @@ -229,6 +229,7 @@ |
| bool IsReadOnly() { return details_.IsReadOnly(); } |
| bool IsDontDelete() { return details_.IsDontDelete(); } |
| bool IsDontEnum() { return details_.IsDontEnum(); } |
| + bool IsDeleted() { return details_.IsDeleted(); } |
| bool IsValid() { return lookup_type_ != NOT_FOUND; } |
| bool IsNotFound() { return lookup_type_ == NOT_FOUND; } |