DescriptionMake PnaclTranslationCacheEntry RefCountedThreadSafe
PnaclTranslationCacheEntry has a non-thread-safe ref count, and usually
bound to IO thread. However, disk_cache::BackendIO may be destroyed on
CACHE thread, and may drop a reference on it. That causes a data race
on the unprotected ref count.
BUG=688072
Review-Url: https://codereview.chromium.org/2722513002
Cr-Commit-Position: refs/heads/master@{#453248}
Committed: https://chromium.googlesource.com/chromium/src/+/393f08e143d2d7c6d84744221db39516474fb159
Patch Set 1 #
Messages
Total messages: 14 (10 generated)
|