From b2ab5e0662ac57b5966e5900ba9ce6029eefae7e Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Sun, 2 Jun 2013 21:47:48 +1000 Subject: [PATCH] Comment tweak for clarity; no bug. (DONTBUILD) --- layout/svg/nsSVGTextFrame2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/svg/nsSVGTextFrame2.cpp b/layout/svg/nsSVGTextFrame2.cpp index ee71b3fe0930..7fd89c6a9c00 100644 --- a/layout/svg/nsSVGTextFrame2.cpp +++ b/layout/svg/nsSVGTextFrame2.cpp @@ -4803,8 +4803,8 @@ nsSVGTextFrame2::DoReflow() mPositioningDirty = true; if (mState & NS_STATE_SVG_NONDISPLAY_CHILD) { - // Normally, this flag would be cleared in ReflowSVG(), but that doesn't - // get called for non-display frames. We don't want to reflow our + // Normally, these dirty flags would be cleared in ReflowSVG(), but that + // doesn't get called for non-display frames. We don't want to reflow our // descendants every time nsSVGTextFrame2::PaintSVG makes sure that we have // valid positions by calling UpdateGlyphPositioning(), so we need to clear // these dirty bits. Note that this also breaks an invalidation loop where