Index: Source/modules/webdatabase/SQLTransaction.h |
diff --git a/Source/modules/webdatabase/SQLTransaction.h b/Source/modules/webdatabase/SQLTransaction.h |
index 7403150777e333ac0e92ab033253a630abcd9702..5601406c99cad97080d8fac6519b70b0fb811746 100644 |
--- a/Source/modules/webdatabase/SQLTransaction.h |
+++ b/Source/modules/webdatabase/SQLTransaction.h |
@@ -98,7 +98,7 @@ private: |
SQLTransactionState nextStateForTransactionError(); |
RefPtrWillBeMember<Database> m_database; |
- RefPtr<AbstractSQLTransactionBackend> m_backend; |
+ RefPtrWillBeMember<AbstractSQLTransactionBackend> m_backend; |
SQLCallbackWrapper<SQLTransactionCallback> m_callbackWrapper; |
SQLCallbackWrapper<VoidCallback> m_successCallbackWrapper; |
SQLCallbackWrapper<SQLTransactionErrorCallback> m_errorCallbackWrapper; |