| Index: components/autofill/content/renderer/form_autofill_util.cc
|
| diff --git a/components/autofill/content/renderer/form_autofill_util.cc b/components/autofill/content/renderer/form_autofill_util.cc
|
| index 6b48f2d45900db4c80b27442b848c11c4b4c9033..6fa43b221fddbf1f1dd5c8cb8f789a85194265b0 100644
|
| --- a/components/autofill/content/renderer/form_autofill_util.cc
|
| +++ b/components/autofill/content/renderer/form_autofill_util.cc
|
| @@ -890,7 +890,7 @@ void FillFormField(const FormFieldData& data,
|
| // returns the default maxlength value.
|
| TruncateString(&value, input_element->maxLength());
|
| }
|
| - field->setValue(value, true);
|
| + field->setAutofillValue(value);
|
| }
|
| // Setting the form might trigger JavaScript, which is capable of
|
| // destroying the frame.
|
|
|