зеркало из https://github.com/mozilla/gecko-dev.git
Bug 420424 - remove bogus assertion. r=bz
This commit is contained in:
Родитель
b4466f4db7
Коммит
eb73a7d1c9
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче