Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@193976 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -157,7 +157,7 @@ nsGfxButtonControlFrame::CreateFrameFor(nsPresContext* aPresContext,
|
||||
|
||||
// initialize the text frame
|
||||
newFrame->Init(content, parentFrame, nsnull);
|
||||
newFrame->SetInitialChildList(aPresContext, nsnull, nsnull);
|
||||
newFrame->SetInitialChildList(nsnull, nsnull);
|
||||
rv = NS_OK;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user