Index: content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc |
diff --git a/content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc b/content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc |
index c8062421f93c7778fe1bd5e0bc35fefe1360fe34..2b41a4d44629aa69ff6e68633dc33d71e8a30f61 100644 |
--- a/content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc |
+++ b/content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc |
@@ -23,6 +23,7 @@ void IndexedDBTransactionCallbacks::onAbort() { |
} |
void IndexedDBTransactionCallbacks::onComplete() { |
+ dispatcher_host_->TransactionComplete(transaction_id_); |
dispatcher_host_->Send( |
new IndexedDBMsg_TransactionCallbacksComplete(transaction_id_)); |
} |