Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Unified Diff: third_party/WebKit/Source/core/loader/DocumentLoader.cpp

Issue 2811793004: Rename EqualIgnoringCase*() to DeprecatedEqualIgnoringCase*() (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/loader/DocumentLoader.cpp
diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
index 221b5d1b93bf9ac66a8b100a51fd0e962a2a2521..70564978071f6b189b909478e2956d26c96ee5ff 100644
--- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
+++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
@@ -86,7 +86,7 @@
namespace blink {
static bool IsArchiveMIMEType(const String& mime_type) {
- return EqualIgnoringCase("multipart/related", mime_type);
+ return DeprecatedEqualIgnoringCase("multipart/related", mime_type);
}
static bool ShouldInheritSecurityOriginFromOwner(const KURL& url) {

Powered by Google App Engine
This is Rietveld 408576698