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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringHash.h

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/platform/wtf/text/StringHash.h
diff --git a/third_party/WebKit/Source/platform/wtf/text/StringHash.h b/third_party/WebKit/Source/platform/wtf/text/StringHash.h
index 734518c6647f29a5337ff80ab2ea2ddc13637632..486e5465138198ecaae88f30ed53f06ae62fb296 100644
--- a/third_party/WebKit/Source/platform/wtf/text/StringHash.h
+++ b/third_party/WebKit/Source/platform/wtf/text/StringHash.h
@@ -100,7 +100,7 @@ class CaseFoldingHash {
// Save one branch inside each StringView by derefing the StringImpl,
// and another branch inside the compare function by skipping the null
// checks.
- return EqualIgnoringCaseAndNullity(*a, *b);
+ return DeprecatedEqualIgnoringCaseAndNullity(*a, *b);
}
static unsigned GetHash(const RefPtr<StringImpl>& key) {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/text/StringBuilder.h ('k') | third_party/WebKit/Source/platform/wtf/text/StringImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698