| Index: content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.h b/content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| index a45ff6614f2b121454371bf3fca3afe7630bb042..0731113f6369d4100a701d2b4e7e78d598282969 100644
|
| --- a/content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| +++ b/content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| @@ -58,7 +58,7 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter {
|
| void FinishTransaction(int64 host_transaction_id, bool committed);
|
|
|
| // A shortcut for accessing our context.
|
| - IndexedDBContextImpl* Context() { return indexed_db_context_.get(); }
|
| + IndexedDBContextImpl* Context() { return indexed_db_context_; }
|
|
|
| // IndexedDBCallbacks call these methods to add the results into the
|
| // applicable map. See below for more details.
|
|
|