| Index: sky/engine/core/css/FontFaceSet.cpp
|
| diff --git a/sky/engine/core/css/FontFaceSet.cpp b/sky/engine/core/css/FontFaceSet.cpp
|
| index b42eefa501dc93e4a18332f0463d411181bbb268..a598c8345ca47eb58e6a7978f138651b7ff249bf 100644
|
| --- a/sky/engine/core/css/FontFaceSet.cpp
|
| +++ b/sky/engine/core/css/FontFaceSet.cpp
|
| @@ -494,7 +494,7 @@ bool FontFaceSet::resolveFontStyle(const String& fontString, Font& font)
|
|
|
| // Interpret fontString in the same way as the 'font' attribute of CanvasRenderingContext2D.
|
| RefPtr<MutableStylePropertySet> parsedStyle = MutableStylePropertySet::create();
|
| - BisonCSSParser::parseValue(parsedStyle.get(), CSSPropertyFont, fontString, true, HTMLStandardMode, 0);
|
| + BisonCSSParser::parseValue(parsedStyle.get(), CSSPropertyFont, fontString, HTMLStandardMode, 0);
|
| if (parsedStyle->isEmpty())
|
| return false;
|
|
|
|
|