| Index: Source/core/dom/StyleEngine.cpp
|
| diff --git a/Source/core/dom/StyleEngine.cpp b/Source/core/dom/StyleEngine.cpp
|
| index 926d2c8e6fdceaeb9d9513cb801d151e90c817ee..e67a833e5d891013f151dcbf4fe8d2002b21c36d 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(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::Fonts));
|
| }
|
|
|
| void StyleEngine::trace(Visitor* visitor)
|
|
|