| Index: Source/core/dom/StyleEngine.cpp
|
| diff --git a/Source/core/dom/StyleEngine.cpp b/Source/core/dom/StyleEngine.cpp
|
| index 926d2c8e6fdceaeb9d9513cb801d151e90c817ee..ab94f184cd5fd01834d4adf7f16cb2025b1ea28d 100644
|
| --- a/Source/core/dom/StyleEngine.cpp
|
| +++ b/Source/core/dom/StyleEngine.cpp
|
| @@ -696,7 +696,7 @@ void StyleEngine::fontsNeedUpdate(CSSFontSelector*)
|
|
|
| if (m_resolver)
|
| m_resolver->invalidateMatchedPropertiesCache();
|
| - document().setNeedsStyleRecalc(SubtreeStyleChange);
|
| + document().setNeedsStyleRecalc(StyleRecalcDueToFonts, SubtreeStyleChange);
|
| }
|
|
|
| void StyleEngine::trace(Visitor* visitor)
|
|
|