| 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 6e859d0329271d7cc8bc65edccd09474faff5af5..bc25dc3fe3bd4d0f6675798dfe4c54c2099cc486 100644
|
| --- a/content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
| +++ b/content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
| @@ -41,7 +41,7 @@ IndexedDBDispatcherHost::IndexedDBDispatcherHost(
|
| database_dispatcher_host_(new DatabaseDispatcherHost(this)),
|
| cursor_dispatcher_host_(new CursorDispatcherHost(this)),
|
| ipc_process_id_(ipc_process_id) {
|
| - DCHECK(indexed_db_context_.get());
|
| + DCHECK(indexed_db_context_);
|
| }
|
|
|
| IndexedDBDispatcherHost::~IndexedDBDispatcherHost() {}
|
|
|