Index: third_party/WebKit/Source/core/dom/StyleEngine.cpp |
diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.cpp b/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
index f601b79e16e7396e7a76ba240211c21fa8863a9b..f739839f9b39e6d90d334df236eb63c7d8c3ba62 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
@@ -575,6 +575,7 @@ void StyleEngine::fontsNeedUpdate(CSSFontSelector*) |
if (m_resolver) |
m_resolver->invalidateMatchedPropertiesCache(); |
document().setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::Fonts)); |
+ InspectorInstrumentation::fontsUpdated(m_document); |
} |
void StyleEngine::setFontSelector(CSSFontSelector* fontSelector) |