Index: net/disk_cache/entry_impl.cc |
=================================================================== |
--- net/disk_cache/entry_impl.cc (revision 12016) |
+++ net/disk_cache/entry_impl.cc (working copy) |
@@ -579,9 +579,9 @@ |
} |
bool EntryImpl::CreateDataBlock(int index, int size) { |
- Addr address(entry_.Data()->data_addr[index]); |
DCHECK(index >= 0 && index < NUM_STREAMS); |
+ Addr address(entry_.Data()->data_addr[index]); |
if (!CreateBlock(size, &address)) |
return false; |