Chromium Code Reviews
DescriptionClear BlobReader in SW browser_tests on the right thread
BlobReader is created on the IO thread and destroyed on the main thread
on Service Worker tests. However, BlobReader has BlobDataSnapshot and
BlobDataSnapshot has BlobDataItem, which is non-thread safe RefCounted.
That implies BlobReader has to be destroyed on IO thread where
BlobReader was created on.
Review-Url: https://codereview.chromium.org/2681073003
Cr-Commit-Position: refs/heads/master@{#448927}
Committed: https://chromium.googlesource.com/chromium/src/+/a79a95466df9d013721167cf2f0c8ba849214207
Patch Set 1 #
Messages
Total messages: 13 (9 generated)
|
|||||||||||||||||||