backing out roc's patch for bug 328926 due to crash running tests on vc8 machines.
git-svn-id: svn://10.0.0.236/trunk@192407 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -342,7 +342,7 @@ nsLineBox::DeleteLineList(nsPresContext* aPresContext, nsLineList& aLines)
|
||||
// view.
|
||||
for (nsIFrame* child = aLines.front()->mFirstChild; child; ) {
|
||||
nsIFrame* nextChild = child->GetNextSibling();
|
||||
child->Destroy();
|
||||
child->Destroy(aPresContext);
|
||||
child = nextChild;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user