Removed mChildCount from nsContainerFrame

This commit is contained in:
troy@netscape.com
1998-09-24 17:56:35 +00:00
parent ef1ca723e1
commit 2e3d85d534
12 changed files with 3 additions and 44 deletions

View File

@@ -310,7 +310,6 @@ nsHTMLFrameOuterFrame::Reflow(nsIPresContext& aPresContext,
mFirstChild = new nsHTMLFrameInnerFrame(mContent, this);
// XXX temporary! use style system to get correct style!
mFirstChild->SetStyleContext(&aPresContext, mStyleContext);
mChildCount = 1;
}
// nsContainerFrame::PaintBorder has some problems, kludge it here