| Index: third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp b/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp
|
| index eb626307fd5cb530070f50fa10c63c624741db1d..b131898f4b258c8e618b45d4fc53794226039da9 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp
|
| @@ -121,8 +121,8 @@ PassRefPtr<FontCustomPlatformData> FontCustomPlatformData::Create(
|
| }
|
|
|
| bool FontCustomPlatformData::SupportsFormat(const String& format) {
|
| - return EqualIgnoringCase(format, "truetype") ||
|
| - EqualIgnoringCase(format, "opentype") ||
|
| + return DeprecatedEqualIgnoringCase(format, "truetype") ||
|
| + DeprecatedEqualIgnoringCase(format, "opentype") ||
|
| WebFontDecoder::SupportsFormat(format);
|
| }
|
|
|
|
|