| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 456a185280722641c9fec85a2160c1cdc5522d64..b1483af9e92f0bc41cbb63e2c5ba5e23bfbca97d 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -1824,6 +1824,10 @@ void Document::updateStyle(StyleRecalcChange change)
|
| if (m_focusedElement && !m_focusedElement->isFocusable())
|
| clearFocusedElementSoon();
|
|
|
| +#if ENABLE(SVG_FONTS)
|
| + if (svgExtensions())
|
| + accessSVGExtensions().removePendingSVGFontFaceElementsForRemoval();
|
| +#endif
|
| InspectorInstrumentation::didRecalculateStyle(cookie);
|
| }
|
|
|
|
|