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