Index: third_party/WebKit/Source/platform/fonts/FontFaceCreationParams.h |
diff --git a/third_party/WebKit/Source/platform/fonts/FontFaceCreationParams.h b/third_party/WebKit/Source/platform/fonts/FontFaceCreationParams.h |
index 2f66538812b7fcf667c9a73de5f26c8007121a7c..d8998837138a56edac80c1665187097db102dbc9 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontFaceCreationParams.h |
+++ b/third_party/WebKit/Source/platform/fonts/FontFaceCreationParams.h |
@@ -119,7 +119,7 @@ class FontFaceCreationParams { |
bool operator==(const FontFaceCreationParams& other) const { |
return creation_type_ == other.creation_type_ && |
- EqualIgnoringCase(family_, other.family_) && |
+ DeprecatedEqualIgnoringCase(family_, other.family_) && |
filename_ == other.filename_ && |
fontconfig_interface_id_ == other.fontconfig_interface_id_ && |
ttc_index_ == other.ttc_index_; |