IndexedDB: 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 Review URL: https://codereview.chromium.org/235883002 git-svn-id: svn://svn.chromium.org/blink/trunk@171377 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment