| Index: storage/browser/blob/blob_url_request_job.cc
|
| diff --git a/storage/browser/blob/blob_url_request_job.cc b/storage/browser/blob/blob_url_request_job.cc
|
| index 8e48563601efc4d52f5d44cabde07b95e4f6684f..8e5d182404181bf0ad85d1f34abf88dd11482309 100644
|
| --- a/storage/browser/blob/blob_url_request_job.cc
|
| +++ b/storage/browser/blob/blob_url_request_job.cc
|
| @@ -334,7 +334,7 @@ bool BlobURLRequestJob::ReadItem() {
|
| // If nothing to read for current item, advance to next item.
|
| if (bytes_to_read == 0) {
|
| AdvanceItem();
|
| - return ReadItem();
|
| + return true;
|
| }
|
|
|
| // Do the reading.
|
|
|