Index: Source/modules/indexeddb/IDBTransaction.cpp |
diff --git a/Source/modules/indexeddb/IDBTransaction.cpp b/Source/modules/indexeddb/IDBTransaction.cpp |
index 5eb57ed9fba238cedd78561563e984086020c847..e492423faef25428d1ddc766be0a117d7b80421c 100644 |
--- a/Source/modules/indexeddb/IDBTransaction.cpp |
+++ b/Source/modules/indexeddb/IDBTransaction.cpp |
@@ -306,7 +306,7 @@ void IDBTransaction::onAbort(PassRefPtr<DOMError> prpError) |
closeOpenCursors(); |
// Enqueue events before notifying database, as database may close which enqueues more events and order matters. |
- enqueueEvent(Event::create(eventNames().abortEvent, true, false)); |
+ enqueueEvent(Event::createBubble(eventNames().abortEvent)); |
m_database->transactionFinished(this); |
} |