Index: content/common/indexed_db/proxy_webidbtransaction_impl.cc |
diff --git a/content/common/indexed_db/proxy_webidbtransaction_impl.cc b/content/common/indexed_db/proxy_webidbtransaction_impl.cc |
index 2a08b022db179bbed1549fc4d6e99a52c7027332..f97590ecaceb03adb8fc44035078fd51ebb1f9dd 100644 |
--- a/content/common/indexed_db/proxy_webidbtransaction_impl.cc |
+++ b/content/common/indexed_db/proxy_webidbtransaction_impl.cc |
@@ -51,6 +51,12 @@ WebIDBObjectStore* RendererWebIDBTransactionImpl::objectStore( |
return new RendererWebIDBObjectStoreImpl(object_store_id); |
} |
+void RendererWebIDBTransactionImpl::commit() |
+{ |
jam
2012/06/27 20:34:16
nit: brace bracket on prev line, same for the rest
jsbell
2012/06/27 20:40:35
Done, throughout this file and one other instance
|
+ IndexedDBDispatcher::Send(new IndexedDBHostMsg_TransactionCommit( |
+ idb_transaction_id_)); |
+} |
+ |
void RendererWebIDBTransactionImpl::abort() |
{ |
IndexedDBDispatcher::Send(new IndexedDBHostMsg_TransactionAbort( |