1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00

code review for #438

This commit is contained in:
gorhill 2014-12-27 13:42:47 -05:00
parent 2fed750ac9
commit aed66e5278

View File

@ -1039,6 +1039,7 @@ FilterContainer.prototype.pruneSelectorCacheAsync = function() {
// console.debug('pruneSelectorCacheAsync: flushing "%s"', hostname);
entry.dispose();
delete cache[hostname];
this.selectorCacheCount -= 1;
}
this.triggerSelectorCachePruner();
};