Index: webkit/tools/test_shell/simple_resource_loader_bridge.cc |
=================================================================== |
--- webkit/tools/test_shell/simple_resource_loader_bridge.cc (revision 23124) |
+++ webkit/tools/test_shell/simple_resource_loader_bridge.cc (working copy) |
@@ -628,7 +628,7 @@ |
request_context->proxy_service())); |
net::ProxyInfo proxy_info; |
- int rv = sync_proxy_service->ResolveProxy(url, &proxy_info); |
+ int rv = sync_proxy_service->ResolveProxy(NULL, url, &proxy_info); |
if (rv == net::OK) { |
*proxy_list = proxy_info.ToPacString(); |
} |