| Index: chrome/browser/in_process_webkit/dom_storage_dispatcher_host.cc
|
| ===================================================================
|
| --- chrome/browser/in_process_webkit/dom_storage_dispatcher_host.cc (revision 62042)
|
| +++ chrome/browser/in_process_webkit/dom_storage_dispatcher_host.cc (working copy)
|
| @@ -151,17 +151,9 @@
|
| DCHECK(ChromeThread::CurrentlyOn(ChromeThread::IO));
|
| ChromeURLRequestContext* url_request_context =
|
| resource_message_filter_->GetRequestContextForURL(GURL(origin));
|
| - ChromeThread::PostTask(
|
| - ChromeThread::WEBKIT,
|
| - FROM_HERE,
|
| - NewRunnableMethod(
|
| - this,
|
| - &DOMStorageDispatcherHost::OnStorageAreaIdWebKit,
|
| - namespace_id,
|
| - origin,
|
| - reply_msg,
|
| - make_scoped_refptr(
|
| - url_request_context->host_content_settings_map())));
|
| + ChromeThread::PostTask(ChromeThread::WEBKIT, FROM_HERE, NewRunnableMethod(
|
| + this, &DOMStorageDispatcherHost::OnStorageAreaIdWebKit, namespace_id,
|
| + origin, reply_msg, url_request_context->host_content_settings_map()));
|
| }
|
|
|
| void DOMStorageDispatcherHost::OnStorageAreaIdWebKit(
|
|
|