diff options
Diffstat (limited to 'WebCore/storage/SQLTransaction.h')
-rw-r--r-- | WebCore/storage/SQLTransaction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/storage/SQLTransaction.h b/WebCore/storage/SQLTransaction.h index e269495..e77c183 100644 --- a/WebCore/storage/SQLTransaction.h +++ b/WebCore/storage/SQLTransaction.h @@ -119,7 +119,6 @@ private: RefPtr<SQLTransactionErrorCallback> m_errorCallback; RefPtr<SQLError> m_transactionError; bool m_shouldRetryCurrentStatement; - bool m_shouldCommitAfterErrorCallback; bool m_modifiedDatabase; Mutex m_statementMutex; |