Fix for chinatimes/tinderbox crasher. r=karnaze

git-svn-id: svn://10.0.0.236/trunk@57686 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
2000-01-13 20:22:19 +00:00
parent 2d891e3a53
commit ed7a9eb667
4 changed files with 4 additions and 6 deletions

View File

@@ -2454,7 +2454,7 @@ nsTableFrame::RemoveFrame(nsIPresContext* aPresContext,
if (rgFrame) {
PRInt32 startRowIndex = rgFrame->GetStartRowIndex();
PRInt32 numRows;
rgFrame->GetRowCount(numRows);
rgFrame->GetRowCount(numRows, PR_TRUE);
// remove the row group from the cell map
nsTableCellMap* cellMap = GetCellMap();
if (cellMap) {