Remove bogus assert. Bug 305271, r+sr=peterv

This commit is contained in:
bzbarsky%mit.edu 2005-08-22 15:48:01 +00:00
Родитель a522e7083c
Коммит ab8e3e47e9
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -1501,8 +1501,6 @@ nsContentUtils::GenerateStateKey(nsIContent* aContent,
// Append the index of the control in the form
nsCOMPtr<nsIForm> form(do_QueryInterface(formElement));
form->IndexOfControl(control, &index);
NS_ASSERTION(index > -1,
"nsFrameManager::GenerateStateKey didn't find form control index!");
if (index > -1) {
KeyAppendInt(index, aKey);