Removed an unwanted DidReflow call

git-svn-id: svn://10.0.0.236/trunk@15851 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1998-12-05 16:06:14 +00:00
parent 5e7cf3bb10
commit 7dbf7f2ea1
2 changed files with 0 additions and 2 deletions

View File

@@ -337,7 +337,6 @@ nsHTMLFrameOuterFrame::Reflow(nsIPresContext& aPresContext,
// Place and size the child
nsRect rect(borderWidth, borderWidth, innerSize.width, innerSize.height);
mFirstChild->SetRect(rect);
htmlReflow->DidReflow(aPresContext, NS_FRAME_REFLOW_FINISHED);
}
// XXX what should the max-element-size of an iframe be? Shouldn't