DeleteFrame() now takes a pres context.

This commit is contained in:
michaelp@netscape.com
1998-08-28 03:02:39 +00:00
parent 6061f1fb43
commit 5e20b74430
17 changed files with 60 additions and 42 deletions

View File

@@ -332,7 +332,7 @@ nsHTMLContainerFrame::ContentDeleted(nsIPresShell* aShell,
nsIFrame* nextInFlow;
deadFrame->GetNextInFlow(nextInFlow);
deadFrame->BreakFromNextFlow();
deadFrame->DeleteFrame();
deadFrame->DeleteFrame(*aPresContext);
deadFrame = nextInFlow;
if (nsnull != deadFrame) {