| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index ec838a293e4bdb63c6a15e53b9d2dd2714027b7f..8b3000ec06f098ee63b507deecb5107b8e522063 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -231,8 +231,8 @@ StoragePartitionImpl* StoragePartitionImpl::Create(
|
| base::SequencedTaskRunner* idb_task_runner =
|
| BrowserThread::CurrentlyOn(BrowserThread::UI) &&
|
| BrowserMainLoop::GetInstance()
|
| - ? BrowserMainLoop::GetInstance()->indexed_db_thread()->
|
| - message_loop_proxy()
|
| + ? BrowserMainLoop::GetInstance()->indexed_db_thread()
|
| + ->message_loop_proxy().get()
|
| : NULL;
|
| scoped_refptr<IndexedDBContextImpl> indexed_db_context =
|
| new IndexedDBContextImpl(path,
|
|
|