| Index: content/browser/renderer_host/browser_render_process_host.cc
|
| diff --git a/content/browser/renderer_host/browser_render_process_host.cc b/content/browser/renderer_host/browser_render_process_host.cc
|
| index d93f0f2070b6455063c5447b4a3331ab85a4e09c..45f3511743142a1c12e0a215d99543606f52286a 100644
|
| --- a/content/browser/renderer_host/browser_render_process_host.cc
|
| +++ b/content/browser/renderer_host/browser_render_process_host.cc
|
| @@ -362,7 +362,9 @@ void BrowserRenderProcessHost::CreateMessageFilters() {
|
| new AppCacheDispatcherHost(&profile()->GetResourceContext(), id()));
|
| channel_->AddFilter(new ClipboardMessageFilter());
|
| channel_->AddFilter(
|
| - new DOMStorageMessageFilter(id(), profile()->GetWebKitContext()));
|
| + new DOMStorageMessageFilter(id(),
|
| + profile()->GetWebKitContext(),
|
| + profile()->GetResourceContext()));
|
| channel_->AddFilter(
|
| new IndexedDBDispatcherHost(id(), profile()->GetWebKitContext()));
|
| channel_->AddFilter(
|
|
|