| Index: third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.cpp b/third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| index 96ffcdc598288ac96cd9518b653cd8754bce4c39..7e06f575caf7e719e2a8eec27c6bc2b613f9ff9f 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| @@ -427,8 +427,8 @@ bool FontFaceSet::check(const String& fontString,
|
| return true;
|
| for (const FontFamily* f = &font.getFontDescription().family(); f;
|
| f = f->next()) {
|
| - if (fontSelector->isPlatformFontAvailable(font.getFontDescription(),
|
| - f->family()))
|
| + if (fontSelector->isPlatformFamilyMatchAvailable(font.getFontDescription(),
|
| + f->family()))
|
| return true;
|
| }
|
| return false;
|
|
|