Fix typo in iOS autofill js: s/fieldset/fieldsets/
In the getUnownedAutofillableFormFieldElements_() function for iOS autofill, inside a conditional that is triggered if a <fieldset> is not a descendant of a <form> element, there is a line that appends an element to a non-existant variable `fieldset` when it is clear that `fieldsets` is what was intended. BUG=570095 R=jif@chromium.org Review-Url: https://codereview.chromium.org/2343013005 Cr-Commit-Position: refs/heads/master@{#419498}
Showing
Please register or sign in to comment