Bug 929025: Reset the cache fullness counter of the favicon cache when evictAll is called r=rnewman

This commit is contained in:
Chris Kitching 2013-10-22 01:08:00 +01:00
parent 7ab0476528
commit 6a2dae66ac

View File

@ -631,6 +631,7 @@ public class FaviconCache {
startWrite();
try {
mCurrentSize.set(0);
mBackingMap.clear();
mOrdering.clear();
} finally {