minor interface cleanup

git-svn-id: svn://10.0.0.236/trunk@11797 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
1998-10-02 20:36:35 +00:00
parent 206051c0e7
commit 68bbfa7e34
8 changed files with 70 additions and 48 deletions

View File

@@ -517,7 +517,7 @@ nsresult nsTableRowFrame::ResizeReflow(nsIPresContext& aPresContext,
desiredSize.width = priorSize.width;
desiredSize.height = priorSize.height;
if (nsnull != pKidMaxElementSize)
*pKidMaxElementSize = ((nsTableCellFrame *)kidFrame)->GetMaxElementSize();
*pKidMaxElementSize = ((nsTableCellFrame *)kidFrame)->GetPass1MaxElementSize();
}
// Place the child after taking into account its margin and attributes