SessionStorage: Deleting database on correct thread.
The SessionStorageDatabase is reference counted, and it is possible for the last reference to be removed on a thread that disallows use of sync primitives. This change ensures this its leveldb::DB is deleted in the correct sequence. Bug: 789040 Change-Id: I7b47b8104459003fc9836a350b0e13f9ed8628c1 Reviewed-on: https://chromium-review.googlesource.com/816038 Commit-Queue: Chris Mumford <cmumford@chromium.org> Reviewed-by:Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#527145}
Showing
Please register or sign in to comment