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

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

Issue 78053006: [oilpan] Move IDBDatabase, IDBDatabaseCallbacks, IDBDatabaseBackendInterface and other related clas… (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 1 month 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/IDBCursorBackendImpl.h
diff --git a/Source/modules/indexeddb/IDBCursorBackendImpl.h b/Source/modules/indexeddb/IDBCursorBackendImpl.h
index 06e4c33f464b84fb797f124a6a2eb04358a7cc06..166fa6eb9f639c922c863d91a48f85ffa52a1f59 100644
--- a/Source/modules/indexeddb/IDBCursorBackendImpl.h
+++ b/Source/modules/indexeddb/IDBCursorBackendImpl.h
@@ -74,7 +74,7 @@ private:
IDBDatabaseBackendInterface::TaskType m_taskType;
IndexedDB::CursorType m_cursorType;
- const RefPtr<IDBDatabaseBackendImpl> m_database;
+ const Persistent<IDBDatabaseBackendImpl> m_database;
const RefPtr<IDBTransactionBackendImpl> m_transaction;
const int64_t m_objectStoreId;

Powered by Google App Engine
This is Rietveld 408576698