DescriptionMake refcounting of IndexedDBFactory threadsafe
When IndexedDBContext is destroyed it posts a task to the IDB thread to
run IndexedDBFactory::ContextDestroyed() to do some cleanup, but drops
its own reference, leading to a refcounting/threading race. Follow the
rules in base/callbacks.h to use RefCountedThreadSafe<> to fix.
R=alecflett,dgrogan
TBR=glider
BUG=321596
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236842
Patch Set 1 #Patch Set 2 : Remove suppression #
Messages
Total messages: 6 (0 generated)
|