diff options
Diffstat (limited to 'net/proxy/proxy_service.cc')
-rw-r--r-- | net/proxy/proxy_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy/proxy_service.cc b/net/proxy/proxy_service.cc index dc97d47..7acde10 100644 --- a/net/proxy/proxy_service.cc +++ b/net/proxy/proxy_service.cc @@ -740,7 +740,7 @@ bool ProxyService::ShouldBypassProxyForURL(const GURL& url) { StringToLowerASCII(&bypass_url_domain); - if (MatchPattern(*url_compare_reference, bypass_url_domain)) + if (MatchPatternASCII(*url_compare_reference, bypass_url_domain)) return true; // Some systems (the Mac, for example) allow CIDR-style specification of |