Bug 307616: <input type="image"> with missing image gives "ASSERTION: Form control has a frame, but it's not a form frame", remove bogus assertion, patch by Martijn Wargers <martijn.martijn@gmail.com>, r+sr=bzbarsky

This commit is contained in:
gavin%gavinsharp.com 2005-12-30 16:50:11 +00:00
Родитель 7e7b61385a
Коммит ff43ffaa84
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -2125,8 +2125,6 @@ nsGenericHTMLElement::GetFormControlFrameFor(nsIContent* aContent,
return form_frame;
}
}
NS_ERROR("Form control has a frame, but it's not a form frame");
}
return nsnull;