| Index: components/autofill/content/public/cpp/autofill_types_struct_traits.cc
|
| diff --git a/components/autofill/content/public/cpp/autofill_types_struct_traits.cc b/components/autofill/content/public/cpp/autofill_types_struct_traits.cc
|
| index 7104fd9c49f7c7f163374706f8c7645a9f021b8a..b24a8244b2553b755badb9d97f7ba59d91cad015 100644
|
| --- a/components/autofill/content/public/cpp/autofill_types_struct_traits.cc
|
| +++ b/components/autofill/content/public/cpp/autofill_types_struct_traits.cc
|
| @@ -350,6 +350,8 @@ bool StructTraits<mojom::FormFieldData, FormFieldData>::Read(
|
| if (!data.ReadCssClasses(&out->css_classes))
|
| return false;
|
|
|
| + out->properties_mask = data.properties_mask();
|
| +
|
| out->max_length = data.max_length();
|
| out->is_autofilled = data.is_autofilled();
|
|
|
|
|