Index: Source/WebCore/Modules/indexeddb/IDBRequest.cpp |
=================================================================== |
--- Source/WebCore/Modules/indexeddb/IDBRequest.cpp (revision 113498) |
+++ Source/WebCore/Modules/indexeddb/IDBRequest.cpp (working copy) |
@@ -378,7 +378,7 @@ |
if (cursorToNotify) |
cursorToNotify->postSuccessHandlerCallback(); |
- if (m_transaction) { |
+ if (m_transaction && event->type() != eventNames().blockedEvent) { |
// If an error event and the default wasn't prevented... |
if (dontPreventDefault && event->type() == eventNames().errorEvent) |
m_transaction->backend()->abort(); |