Removed mChildCount from nsContainerFrame

git-svn-id: svn://10.0.0.236/trunk@10927 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1998-09-24 17:56:35 +00:00
parent 8e06d1108f
commit ac234bca1a
12 changed files with 3 additions and 44 deletions

View File

@@ -213,7 +213,6 @@ NS_IMETHODIMP nsFileControlFrame::Reflow(nsIPresContext& aPresContext,
childFrame->SetStyleContext(&aPresContext, mStyleContext);
mFirstChild->SetNextSibling(childFrame);
mChildCount = 2;
NS_RELEASE(text);
NS_RELEASE(browse);