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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user