| Index: Source/core/css/FontFaceSet.cpp
|
| diff --git a/Source/core/css/FontFaceSet.cpp b/Source/core/css/FontFaceSet.cpp
|
| index 93ea4db23ae908b8161552ebe159b7c0d184b410..cacc1455196c9d844ca13a058b9fc020bb83f810 100644
|
| --- a/Source/core/css/FontFaceSet.cpp
|
| +++ b/Source/core/css/FontFaceSet.cpp
|
| @@ -423,6 +423,7 @@ bool FontFaceSet::resolveFontStyle(const String& fontString, Font& font)
|
| CSSPropertyValue(CSSPropertyLineHeight, *parsedStyle),
|
| };
|
| StyleResolver* styleResolver = document()->styleResolver();
|
| + appendPendingStyleSheetsIfNeeded(styleResolver);
|
| styleResolver->applyPropertiesToStyle(properties, WTF_ARRAY_LENGTH(properties), style.get());
|
|
|
| font = style->font();
|
|
|