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) { |