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

Unified Diff: Source/modules/webdatabase/Database.h

Issue 215063005: Oilpan: Prepare to move DatabaseContext to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/webdatabase/Database.h
diff --git a/Source/modules/webdatabase/Database.h b/Source/modules/webdatabase/Database.h
index 5013f7a6129d60cc3ee3ae764ead0a6c6c9a95c6..68b33f2b344da3f98f0fd2b92e8ecc2e8343d72e 100644
--- a/Source/modules/webdatabase/Database.h
+++ b/Source/modules/webdatabase/Database.h
@@ -86,7 +86,7 @@ private:
void reportCommitTransactionResult(int errorSite, int webSqlErrorCode, int sqliteErrorCode);
RefPtr<SecurityOrigin> m_databaseThreadSecurityOrigin;
- RefPtr<DatabaseContext> m_databaseContext;
+ RefPtrWillBeMember<DatabaseContext> m_databaseContext;
friend class DatabaseManager;
friend class DatabaseServer; // FIXME: remove this when the backend has been split out.
« no previous file with comments | « no previous file | Source/modules/webdatabase/Database.cpp » ('j') | Source/modules/webdatabase/DatabaseManager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698