Index: content/browser/renderer_host/buffered_resource_handler.cc |
=================================================================== |
--- content/browser/renderer_host/buffered_resource_handler.cc (revision 121250) |
+++ content/browser/renderer_host/buffered_resource_handler.cc (working copy) |
@@ -307,7 +307,7 @@ |
scoped_refptr<ResourceHandler> handler( |
host_->CreateResourceHandlerForDownload( |
request_, |
- *info->context(), |
+ info->context(), |
info->child_id(), |
info->route_id(), |
info->request_id(), |
@@ -371,7 +371,7 @@ |
bool stale = false; |
webkit::WebPluginInfo plugin; |
bool found = PluginServiceImpl::GetInstance()->GetPluginInfo( |
- info->child_id(), info->route_id(), *info->context(), |
+ info->child_id(), info->route_id(), info->context(), |
request_->url(), GURL(), type, allow_wildcard, |
&stale, &plugin, NULL); |