DescriptionIndexedDB: Ensure pending callbacks are fired before dispatcher is torn down
Worker termination was marking the dispatcher as "deleted" before pending
callbacks were destructed, and some of those pending callbacks were trying
to use the dispatcher. Swap the order by explicitly clearing out callback
maps rather than relying on implicit destruction.
R=dgrogan@chromium.org,michaeln@chromium.org
BUG=153652
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163972
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=164221
Patch Set 1 #
Total comments: 1
Messages
Total messages: 7 (0 generated)
|