Bug 420424 - remove bogus assertion. r=bz

This commit is contained in:
Jesse Ruderman 2009-08-25 18:45:07 -07:00
Родитель b4466f4db7
Коммит eb73a7d1c9
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -503,7 +503,6 @@ nsListBoxBodyFrame::GetIndexOfFirstVisibleRow(PRInt32 *aResult)
nsresult
nsListBoxBodyFrame::EnsureIndexIsVisible(PRInt32 aRowIndex)
{
NS_ASSERTION(aRowIndex >= 0, "Ensure row is visible called with a negative number!");
if (aRowIndex < 0)
return NS_ERROR_ILLEGAL_VALUE;