Index: net/disk_cache/entry_impl.cc |
=================================================================== |
--- net/disk_cache/entry_impl.cc (revision 6843) |
+++ net/disk_cache/entry_impl.cc (working copy) |
@@ -562,7 +562,7 @@ |
void EntryImpl::UpdateRank(bool modified) { |
if (!doomed_) { |
// Everything is handled by the backend. |
- backend_->UpdateRank(&node_, true); |
+ backend_->UpdateRank(this, true); |
return; |
} |