| Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| index 5c3f1a0950421f1a879b84f83547ddcf4b0e1341..fc9b2d6e601914e9543cc20a0f26e85d3e833c02 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| @@ -1482,7 +1482,7 @@ bool XMLHttpRequest::ResponseIsXML() const {
|
| }
|
|
|
| bool XMLHttpRequest::ResponseIsHTML() const {
|
| - return EqualIgnoringCase(FinalResponseMIMEType(), "text/html");
|
| + return DeprecatedEqualIgnoringCase(FinalResponseMIMEType(), "text/html");
|
| }
|
|
|
| int XMLHttpRequest::status() const {
|
|
|