| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.cpp b/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.cpp
|
| index 383a6984918036f6d438be4638d517072d129f9d..cd7d761ae5a1806cc807dd520c749e5aaa0726b4 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.cpp
|
| @@ -522,7 +522,7 @@ bool ResourceResponse::IsAttachment() const {
|
|
|
| AtomicString ResourceResponse::HttpContentType() const {
|
| return ExtractMIMETypeFromMediaType(
|
| - HttpHeaderField(HTTPNames::Content_Type).Lower());
|
| + HttpHeaderField(HTTPNames::Content_Type).DeprecatedLower());
|
| }
|
|
|
| bool ResourceResponse::WasCached() const {
|
|
|