Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: components/autofill/ios/browser/resources/autofill_controller.js

Issue 2343013005: Fix typo in iOS autofill js: s/fieldset/fieldsets/ (Closed)
Patch Set: Fix typo in iOS autofill js: s/fieldset/fieldsets/ Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698