Index: third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp |
index 18f7bae3ce9e00f1b136cbb5ea048d32c819dfe7..26b7bca3be00efc7112bc69413e69a2333bf758a 100644 |
--- a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp |
@@ -59,7 +59,7 @@ static inline bool IsFontPresent(const UChar* font_name, |
bool matches_requested_family = false; |
SkTypeface::LocalizedString actual_family; |
while (actual_families->next(&actual_family)) { |
- if (EqualIgnoringCase( |
+ if (DeprecatedEqualIgnoringCase( |
family, AtomicString::FromUTF8(actual_family.fString.c_str()))) { |
matches_requested_family = true; |
break; |