forked from mirrors/gecko-dev
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:
parent
e2afda31c1
commit
dbf7b51ce1
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue