Index: Source/modules/webdatabase/SQLTransaction.cpp |
diff --git a/Source/modules/webdatabase/SQLTransaction.cpp b/Source/modules/webdatabase/SQLTransaction.cpp |
index fd01ae85e9bc9129e656ea1bc1c1fd6cccfaa531..559c972e5f5e04f5e4c660854be1af4b06939867 100644 |
--- a/Source/modules/webdatabase/SQLTransaction.cpp |
+++ b/Source/modules/webdatabase/SQLTransaction.cpp |
@@ -288,7 +288,7 @@ bool SQLTransaction::computeNextStateAndCleanupIfNeeded() |
{ |
// Only honor the requested state transition if we're not supposed to be |
// cleaning up and shutting down: |
- if (m_database->opened() && !m_database->isInterrupted()) { |
+ if (m_database->opened()) { |
setStateToRequestedState(); |
ASSERT(m_nextState == SQLTransactionState::End |
|| m_nextState == SQLTransactionState::DeliverTransactionCallback |