| 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 d210e07450a7f5a9151c8d17156bbf37ffa0db9c..2e47f6e43e0a4520ea8ea502dc05389541120e0c 100644
|
| --- a/content/child/web_url_loader_impl.cc
|
| +++ b/content/child/web_url_loader_impl.cc
|
| @@ -1063,7 +1063,7 @@ void WebURLLoaderImpl::PopulateURLResponse(const GURL& url,
|
| info.cors_exposed_header_names.end(), cors_exposed_header_names.begin(),
|
| [](const std::string& h) { return blink::WebString::fromLatin1(h); });
|
| response->setCorsExposedHeaderNames(cors_exposed_header_names);
|
| - response->addToEncodedDataLength(info.encoded_data_length);
|
| + response->setEncodedDataLength(info.encoded_data_length);
|
|
|
| SetSecurityStyleAndDetails(url, info, response, report_security_info);
|
|
|
|
|