Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp |
index da77e15d0a17aa45042cfe8c317ca487e8e17878..6d7112ce07597d604eedb1f64181324fb6fef964 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp |
@@ -150,7 +150,7 @@ static std::unique_ptr<TextResourceDecoder> CreateResourceTextDecoder( |
decoder->UseLenientXMLDecoding(); |
return decoder; |
} |
- if (EqualIgnoringCase(mime_type, "text/html")) |
+ if (DeprecatedEqualIgnoringCase(mime_type, "text/html")) |
return TextResourceDecoder::Create("text/html", "UTF-8"); |
if (MIMETypeRegistry::IsSupportedJavaScriptMIMEType(mime_type) || |
DOMImplementation::IsJSONMIMEType(mime_type)) |