diff --git a/mozilla/layout/xul/base/src/tree/src/nsTreeBodyFrame.cpp b/mozilla/layout/xul/base/src/tree/src/nsTreeBodyFrame.cpp index 7013eeb9d21..47d1d4b2968 100644 --- a/mozilla/layout/xul/base/src/tree/src/nsTreeBodyFrame.cpp +++ b/mozilla/layout/xul/base/src/tree/src/nsTreeBodyFrame.cpp @@ -2235,7 +2235,7 @@ nsTreeBodyFrame::Paint(nsPresContext* aPresContext, mPageLength = mInnerBox.height/mRowHeight; if (oldPageCount != mPageLength || mHorzWidth != CalcHorzWidth()) { - // Schedule a ResizeReflow that will update our page count properly. + // Schedule a ResizeReflow that will update our info properly. AddStateBits(NS_FRAME_IS_DIRTY); aPresContext->PresShell()->FrameNeedsReflow(this, nsIPresShell::eResize); }