зеркало из https://github.com/mozilla/gecko-dev.git
No bug - Fix assertion in nsCellMapColumnIterator::GetNextFrame; r=bz
This commit is contained in:
Родитель
b217fabb67
Коммит
27dd1dcd24
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче