Index: Source/modules/webdatabase/SQLTransactionBackend.cpp |
diff --git a/Source/modules/webdatabase/SQLTransactionBackend.cpp b/Source/modules/webdatabase/SQLTransactionBackend.cpp |
index b10b8e6ccff68a6e1a8230edc82174b0c70b4b48..377e9fdd8d5a187f6ab0de06814ff61d0c7ccbcb 100644 |
--- a/Source/modules/webdatabase/SQLTransactionBackend.cpp |
+++ b/Source/modules/webdatabase/SQLTransactionBackend.cpp |
@@ -484,7 +484,7 @@ void SQLTransactionBackend::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::AcquireLock |
|| m_nextState == SQLTransactionState::OpenTransactionAndPreflight |