diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index 98c88e810..401f98c43 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -2240,8 +2240,7 @@ FilterContainer.prototype.removeBadFilters = function() { hash, token, fdata, bucket, entry, i = lines.length; while ( i-- ) { - fieldIter.first(lines[i]); - hash = importMapKey(fieldIter.next()); + hash = importMapKey(fieldIter.first(lines[i])); bucket = this.categories.get(hash); if ( bucket === undefined ) { continue;