Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(744)

Unified Diff: Source/modules/indexeddb/IDBCursor.h

Issue 235883002: IndexedDB: Make sure indexing completes if object store is deleted (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/indexeddb/IDBCursor.h
diff --git a/Source/modules/indexeddb/IDBCursor.h b/Source/modules/indexeddb/IDBCursor.h
index 186599198ea9c4b4e83dee911e102de104f28464..f4efc36ccebcc46594e17651e56a909d877bcf5c 100644
--- a/Source/modules/indexeddb/IDBCursor.h
+++ b/Source/modules/indexeddb/IDBCursor.h
@@ -77,6 +77,7 @@ public:
void continueFunction(PassRefPtr<IDBKey>, PassRefPtr<IDBKey> primaryKey, ExceptionState&);
void postSuccessHandlerCallback();
+ bool isDeleted() const;
void close();
void setValueReady(PassRefPtr<IDBKey>, PassRefPtr<IDBKey> primaryKey, PassRefPtr<SharedBuffer> value);
PassRefPtr<IDBKey> idbPrimaryKey() const { return m_primaryKey; }
@@ -99,7 +100,6 @@ private:
PassRefPtr<IDBObjectStore> effectiveObjectStore() const;
void checkForReferenceCycle();
- bool isDeleted() const;
OwnPtr<blink::WebIDBCursor> m_backend;
RefPtr<IDBRequest> m_request;
« no previous file with comments | « LayoutTests/storage/indexeddb/createIndex-deleteObjectStore-expected.txt ('k') | Source/modules/indexeddb/IDBObjectStore.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698