This commit is contained in:
brettw%gmail.com 2006-07-27 18:39:18 +00:00
Родитель 9def877b03
Коммит eb68a42218
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4495,7 +4495,7 @@ nsTypedSelection::RemoveItem(nsIDOMRange *aItem)
break;
}
}
if (index < 0)
if (idx < 0)
return NS_ERROR_INVALID_ARG;
mRanges.RemoveElementAt(idx);