| Index: src/property-details.h
|
| diff --git a/src/property-details.h b/src/property-details.h
|
| index d720b1c3d2f4ab2c36bf9824a9aca723cb6feb37..ca4ee43c15128d74713769b0df7428adae697157 100644
|
| --- a/src/property-details.h
|
| +++ b/src/property-details.h
|
| @@ -254,7 +254,7 @@ class PropertyDetails BASE_EMBEDDED {
|
| | FieldIndexField::encode(field_index);
|
| }
|
|
|
| - PropertyDetails(PropertyAttributes attributes, PropertyKind kind,
|
| + PropertyDetails(PropertyKind kind, PropertyAttributes attributes,
|
| PropertyLocation location, Representation representation,
|
| int field_index = 0) {
|
| value_ = KindField::encode(kind) | LocationField::encode(location) |
|
|
|