Chromium Code Reviews| Index: src/property-details.h |
| diff --git a/src/property-details.h b/src/property-details.h |
| index cfe257efcc40652f2734bc21d45b38de0745eeb9..30ead65ecd56e197ec3538ac5729b239d0de1199 100644 |
| --- a/src/property-details.h |
| +++ b/src/property-details.h |
| @@ -255,6 +255,8 @@ class PropertyDetails BASE_EMBEDDED { |
| return FieldIndexField::decode(value_); |
| } |
| + inline int field_width_in_words() const; |
| + |
| inline PropertyDetails AsDeleted() const; |
| static bool IsValidIndex(int index) { |