Index: third_party/WebKit/Source/core/xml/XPathFunctions.cpp |
diff --git a/third_party/WebKit/Source/core/xml/XPathFunctions.cpp b/third_party/WebKit/Source/core/xml/XPathFunctions.cpp |
index c720247d190136c8c46386eda5c747829764481d..93c74931d520bf38e515f92ecfb2e58538184ebb 100644 |
--- a/third_party/WebKit/Source/core/xml/XPathFunctions.cpp |
+++ b/third_party/WebKit/Source/core/xml/XPathFunctions.cpp |
@@ -642,7 +642,7 @@ Value FunLang::Evaluate(EvaluationContext& context) const { |
String lang_value = language_attribute->Value(); |
while (true) { |
- if (EqualIgnoringCase(lang_value, lang)) |
+ if (DeprecatedEqualIgnoringCase(lang_value, lang)) |
return true; |
// Remove suffixes one by one. |