| Index: components/autofill/ios/browser/resources/autofill_controller.js
|
| diff --git a/components/autofill/ios/browser/resources/autofill_controller.js b/components/autofill/ios/browser/resources/autofill_controller.js
|
| index 552e5cd02fbe8f8cb2a66c7544f92e6438d89c20..90fa0f433e011221931dfcc0c524063e2ead05d4 100644
|
| --- a/components/autofill/ios/browser/resources/autofill_controller.js
|
| +++ b/components/autofill/ios/browser/resources/autofill_controller.js
|
| @@ -265,7 +265,7 @@ function getUnownedAutofillableFormFieldElements_(elements, fieldsets) {
|
|
|
| if (__gCrWeb.autofill.hasTagName(elements[i], 'fieldset') &&
|
| !isElementInsideFormOrFieldSet(elements[i])) {
|
| - fieldset.push(elements[i]);
|
| + fieldsets.push(elements[i]);
|
| }
|
| }
|
| return __gCrWeb.autofill.extractAutofillableElementsFromSet(
|
|
|