No bug - Fix assertion in nsCellMapColumnIterator::GetNextFrame; r=bz
This commit is contained in:
@@ -2884,8 +2884,8 @@ nsCellMapColumnIterator::GetNextFrame(PRInt32* aRow, PRInt32* aColSpan)
|
||||
|
||||
++mFoundCells;
|
||||
|
||||
NS_ASSERTION(cellData = mMap->GetDataAt(*aRow, mCol),
|
||||
"Giving caller bogus row?");
|
||||
NS_ABORT_IF_FALSE(cellData == mMap->GetDataAt(*aRow, mCol),
|
||||
"Giving caller bogus row?");
|
||||
|
||||
return cellFrame;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user