• fdintino's avatar
    Fix typo in iOS autofill js: s/fieldset/fieldsets/ · 523102a0
    fdintino authored
    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}
    523102a0
AUTHORS 28.7 KB