summaryrefslogtreecommitdiff
path: root/Source/WebCore/Modules/indexeddb/IDBTransactionBackendImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/Modules/indexeddb/IDBTransactionBackendImpl.cpp')
-rw-r--r--Source/WebCore/Modules/indexeddb/IDBTransactionBackendImpl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/Modules/indexeddb/IDBTransactionBackendImpl.cpp b/Source/WebCore/Modules/indexeddb/IDBTransactionBackendImpl.cpp
index 70f3367ab..1bbd23b56 100644
--- a/Source/WebCore/Modules/indexeddb/IDBTransactionBackendImpl.cpp
+++ b/Source/WebCore/Modules/indexeddb/IDBTransactionBackendImpl.cpp
@@ -227,6 +227,8 @@ void IDBTransactionBackendImpl::commit()
else
m_callbacks->onAbort();
+ m_database->transactionFinishedAndEventsFired(this);
+
m_database = 0;
}