diff --git a/layout/svg/nsSVGTextFrame2.cpp b/layout/svg/nsSVGTextFrame2.cpp index 55fe513c5f8..0c6e55e7d0e 100644 --- a/layout/svg/nsSVGTextFrame2.cpp +++ b/layout/svg/nsSVGTextFrame2.cpp @@ -2880,7 +2880,7 @@ void GlyphMetricsUpdater::Run(nsSVGTextFrame2* aFrame) { aFrame->mPositioningDirty = true; - nsSVGUtils::InvalidateBounds(aFrame, false); + nsSVGEffects::InvalidateRenderingObservers(aFrame); nsSVGUtils::ScheduleReflowSVG(aFrame); aFrame->mGlyphMetricsUpdater = nullptr; }