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; |