summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/eviction.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/eviction.cc')
-rw-r--r--net/disk_cache/eviction.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/disk_cache/eviction.cc b/net/disk_cache/eviction.cc
index 91ef9b7..8da01ae 100644
--- a/net/disk_cache/eviction.cc
+++ b/net/disk_cache/eviction.cc
@@ -83,6 +83,7 @@ void Eviction::Stop() {
// this point on.
DCHECK(!trimming_);
trimming_ = true;
+ factory_.RevokeAll();
}
void Eviction::TrimCache(bool empty) {