summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/backend_impl.cc')
-rw-r--r--net/disk_cache/backend_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/backend_impl.cc b/net/disk_cache/backend_impl.cc
index 74eabbc..9b15d5e 100644
--- a/net/disk_cache/backend_impl.cc
+++ b/net/disk_cache/backend_impl.cc
@@ -262,7 +262,7 @@ BackendImpl::~BackendImpl() {
delete timer_;
delete timer_task_;
- WaitForPendingIO(num_pending_io_);
+ WaitForPendingIO(&num_pending_io_);
DCHECK(!num_refs_);
}