| Index: content/child/web_url_loader_impl.cc
|
| diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc
|
| index e3d618e8df16e8c0e9778c006473863d68758701..45b0d6d3f12841ab28b6ae9ee3a32f3d53cea2e2 100644
|
| --- a/content/child/web_url_loader_impl.cc
|
| +++ b/content/child/web_url_loader_impl.cc
|
| @@ -387,8 +387,7 @@ void WebURLLoaderImpl::Context::Start(const WebURLRequest& request,
|
| // the render process, so we can use requestorProcessID even for requests
|
| // from in-process plugins.
|
| request_info.requestor_pid = request.requestorProcessID();
|
| - request_info.request_type =
|
| - ResourceType::FromTargetType(request.targetType());
|
| + request_info.request_type = ResourceType::FromWebURLRequest(request);
|
| request_info.priority =
|
| ConvertWebKitPriorityToNetPriority(request.priority());
|
| request_info.appcache_host_id = request.appCacheHostID();
|
|
|