mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 929025: Reset the cache fullness counter of the favicon cache when evictAll is called r=rnewman
This commit is contained in:
parent
7ab0476528
commit
6a2dae66ac
@ -631,6 +631,7 @@ public class FaviconCache {
|
||||
startWrite();
|
||||
|
||||
try {
|
||||
mCurrentSize.set(0);
|
||||
mBackingMap.clear();
|
||||
mOrdering.clear();
|
||||
} finally {
|
||||
|
Loading…
Reference in New Issue
Block a user