Changed nsIFrame::Init() to take an additional parameter

This commit is contained in:
troy@netscape.com
1999-02-25 03:27:57 +00:00
parent 732a0571bd
commit 7f63268a34
72 changed files with 345 additions and 216 deletions

View File

@@ -549,7 +549,7 @@ nsHTMLButtonControlFrame::SetInitialChildList(nsIPresContext& aPresContext,
aPresContext.ResolvePseudoStyleContextFor(mContent, nsHTMLAtoms::buttonContentPseudo,
mStyleContext, PR_FALSE,
&styleContext);
mFrames.FirstChild()->Init(aPresContext, mContent, this, styleContext);
mFrames.FirstChild()->Init(aPresContext, mContent, this, styleContext, nsnull);
NS_RELEASE(styleContext);
// Set the parent for each of the child frames