Index: chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
diff --git a/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc b/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
index d0af866717515b2e9ae3a6c681f1f5c41fe9ab98..d1f79bbe5392dd6cab5e4141d95926d553d2838f 100644 |
--- a/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
+++ b/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
@@ -392,7 +392,7 @@ void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnRemoveObjectStore( |
if (!idb_database) |
return; |
idb_database->removeObjectStore( |
- name, new IndexedDBCallbacks<WebIDBObjectStore>(parent_, response_id)); |
+ name, new IndexedDBCallbacks<void>(parent_, response_id)); |
} |
void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnTransaction( |