| Index: content/browser/fileapi/blob_storage_host.cc
|
| diff --git a/content/browser/fileapi/blob_storage_host.cc b/content/browser/fileapi/blob_storage_host.cc
|
| index e74b3dfeff5d6d237a3ef302a52bfbb8fd85faad..21b9713a7370206691ac6745b39430314367e0bf 100644
|
| --- a/content/browser/fileapi/blob_storage_host.cc
|
| +++ b/content/browser/fileapi/blob_storage_host.cc
|
| @@ -85,7 +85,7 @@ void BlobStorageHost::StartBuildingBlobAsync(
|
| return;
|
| }
|
| async_builder_.StartBuildingBlob(
|
| - uuid, type, descriptions, context_->memory_available(),
|
| + uuid, type, descriptions, context_->memory_usage(),
|
| base::Bind(&NoopFileHandleAdapter, request_memory),
|
| base::Bind(&BlobStorageContext::FinishAsyncBlobTransfer,
|
| context_->AsWeakPtr(), done, cancel),
|
|
|