Index: content/browser/indexed_db/indexed_db_dispatcher_host.cc |
diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.cc b/content/browser/indexed_db/indexed_db_dispatcher_host.cc |
index ffa628c401669cd85a1d4934d867a9e4992be4d4..9531196467703a353a666a9c80579fd835e1e1b5 100644 |
--- a/content/browser/indexed_db/indexed_db_dispatcher_host.cc |
+++ b/content/browser/indexed_db/indexed_db_dispatcher_host.cc |
@@ -33,7 +33,8 @@ namespace content { |
IndexedDBDispatcherHost::IndexedDBDispatcherHost( |
IndexedDBContextImpl* indexed_db_context) |
- : indexed_db_context_(indexed_db_context), |
+ : BrowserMessageFilter(IndexedDBMsgStart), |
+ indexed_db_context_(indexed_db_context), |
database_dispatcher_host_(new DatabaseDispatcherHost(this)), |
cursor_dispatcher_host_(new CursorDispatcherHost(this)) { |
DCHECK(indexed_db_context_); |