CacheStorage: Don't retain blob handles longer than necessary.
This CL clears our list of BlobDataHandle references after starting the put operation. This should reduce how long the references are held alive since we will no longer have to wait for the BarrierCallbackForPutResponse objects to be oilpan collected. Bug: 1133110,1035448 Change-Id: Ibb859da1d1ae31ae4ada588059fe2915058c97a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437911 Commit-Queue: Ben Kelly <wanderview@chromium.org> Reviewed-by:Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#812096}
Showing
Please register or sign in to comment