| Index: net/http/http_cache_transaction.cc
|
| diff --git a/net/http/http_cache_transaction.cc b/net/http/http_cache_transaction.cc
|
| index 9af0c83720d88292039da51d2f74ca25159907d0..7c5b09d5d4d10f7687f3d617e6663d116a12f6e0 100644
|
| --- a/net/http/http_cache_transaction.cc
|
| +++ b/net/http/http_cache_transaction.cc
|
| @@ -1516,7 +1516,7 @@ int HttpCache::Transaction::BeginCacheValidation() {
|
| cache_->ConvertWriterToReader(entry_);
|
| mode_ = READ;
|
|
|
| - if (entry_ && entry_->disk_entry->GetDataSize(kMetadataIndex))
|
| + if (entry_->disk_entry->GetDataSize(kMetadataIndex))
|
| next_state_ = STATE_CACHE_READ_METADATA;
|
| } else {
|
| // Make the network request conditional, to see if we may reuse our cached
|
|
|