Bug 1762889 - Add parsingIndex after running fathom heuristics for a field r=tgiles

Differential Revision: https://phabricator.services.mozilla.com/D142824
This commit is contained in:
Dimi 2022-04-04 15:11:15 +00:00
parent e2afda31c1
commit dbf7b51ce1

View file

@ -880,6 +880,7 @@ this.FormAutofillHeuristics = {
// The heuristic below should be covered by fathom rules, so we can skip doing
// it.
if (FormAutofillUtils.isFathomCreditCardsEnabled()) {
fieldScanner.parsingIndex++;
return true;
}