diff options
Diffstat (limited to 'net/disk_cache/backend_impl.cc')
-rw-r--r-- | net/disk_cache/backend_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/backend_impl.cc b/net/disk_cache/backend_impl.cc index 9f560cc..885f1db 100644 --- a/net/disk_cache/backend_impl.cc +++ b/net/disk_cache/backend_impl.cc @@ -641,7 +641,7 @@ void BackendImpl::RemoveEntry(EntryImpl* entry) { if (!new_eviction_) return; - DCHECK(ENTRY_DOOMED == entry->entry()->Data()->state); + DCHECK(ENTRY_NORMAL != entry->entry()->Data()->state); Trace("Remove entry 0x%p", entry); eviction_.OnDestroyEntry(entry); |