mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
followup kinda-typo fix to bug 443370, use correct index to fix error when doing async autocomplete updates, r=Neil over IRC, NPOTB for FF
This commit is contained in:
parent
46ea0dc509
commit
61fa4b82ce
@ -1325,7 +1325,7 @@
|
||||
count -= this.mCounts[oldIndex];
|
||||
this.mCounts[oldIndex] += count;
|
||||
while (++oldIndex < this.mCounts.length)
|
||||
row -= this.mCounts[i];
|
||||
row -= this.mCounts[oldIndex];
|
||||
}
|
||||
this.mRowCount += count;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user