bug 163614 - Changed DeleteChildsNextInFlow to DeleteNextInFlowChild, params, and callers. sr=kin, r=alexsavulov,dcone

git-svn-id: svn://10.0.0.236/trunk@131456 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karnaze%netscape.com
2002-10-08 20:35:26 +00:00
parent 1cd9257122
commit 7e2beae782
23 changed files with 344 additions and 154 deletions

View File

@@ -1288,8 +1288,8 @@ nsLineLayout::ReflowFrame(nsIFrame* aFrame,
// the right parent to do the removal (it's possible that the
// parent is not this because we are executing pullup code)
nsHTMLContainerFrame* parent;
aFrame->GetParent((nsIFrame**) &parent);
parent->DeleteChildsNextInFlow(mPresContext, aFrame);
kidNextInFlow->GetParent((nsIFrame**) &parent);
parent->DeleteNextInFlowChild(mPresContext, kidNextInFlow);
}
}