| Index: sky/engine/core/css/FontFace.cpp
|
| diff --git a/sky/engine/core/css/FontFace.cpp b/sky/engine/core/css/FontFace.cpp
|
| index 7605083f497e1bfdf96c15be4d6e60d93f0728ab..4a3e8e1933690c00da7deaac9682986914bea70f 100644
|
| --- a/sky/engine/core/css/FontFace.cpp
|
| +++ b/sky/engine/core/css/FontFace.cpp
|
| @@ -64,7 +64,7 @@ static PassRefPtr<CSSValue> parseCSSValue(const Document* document, const String
|
| if (s.isEmpty())
|
| return nullptr;
|
| RefPtr<MutableStylePropertySet> parsedStyle = MutableStylePropertySet::create();
|
| - BisonCSSParser::parseValue(parsedStyle.get(), propertyID, s, true, *document);
|
| + BisonCSSParser::parseValue(parsedStyle.get(), propertyID, s, *document);
|
| return parsedStyle->getPropertyCSSValue(propertyID);
|
| }
|
|
|
|
|