mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Fix assertion in nsCellMapColumnIterator::GetNextFrame; r=bz
This commit is contained in:
parent
0ffaf34b2d
commit
01867114b9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user