Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc b/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
index 080a564c40e095b40b574bcb0742e4ab4d9bbcd3..982623a25ab628c359d985a27407917c1018c967 100644 |
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
@@ -711,6 +711,7 @@ void IndexedDBDispatcherHost::ObjectStoreDispatcherHost::OnPut( |
scoped_ptr<WebIDBCallbacks> callbacks( |
new IndexedDBCallbacks<WebIDBKey>(parent_, params.thread_id, |
params.response_id)); |
+ // TODO(alecflett): switch to putWithIndexKeys when available |
jsbell
2012/07/10 17:46:54
Capitalize/add period.
alecflett
2012/07/10 21:19:07
Done.
|
idb_object_store->put(params.serialized_value, params.key, params.put_mode, |
callbacks.release(), *idb_transaction, *ec); |
if (*ec) |