DescriptionIndexedDB: Make sure indexing completes if object store is deleted
Unhandled case found via W3c web-platform-tests. If an indexing
operation is kicked off then the object store is deleted, an
ASSERT was hit since the cursor is invalid. Check (via the cursor)
that the store has not been deleted; if it has, stop indexing.
BUG=362711
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171377
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|