Index: content/browser/indexed_db/database_impl.cc |
diff --git a/content/browser/indexed_db/database_impl.cc b/content/browser/indexed_db/database_impl.cc |
index beb3da9371d8e484f41f32bb1c974c43107f07b4..5fbda65c93ba134d2fc68e84ad39384ec2d2c85e 100644 |
--- a/content/browser/indexed_db/database_impl.cc |
+++ b/content/browser/indexed_db/database_impl.cc |
@@ -287,6 +287,7 @@ void DatabaseImpl::Put( |
std::unique_ptr<storage::BlobDataHandle> handle = |
dispatcher_host_->blob_storage_context()->GetBlobDataFromUUID( |
info->uuid); |
+ dispatcher_host_->AckBlobRecievedFromIDB(info->uuid); |
// Due to known issue crbug.com/351753, blobs can die while being passed to |
// a different process. So this case must be handled gracefully. |