This commit is contained in:
bzbarsky%mit.edu 2005-10-28 03:11:53 +00:00
Родитель e22e482952
Коммит 29ecccdaf5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3233,7 +3233,7 @@ nsGenericHTMLFormElement::AfterSetAttr(PRInt32 aNameSpaceID, nsIAtom* aName,
{
if (aNameSpaceID == kNameSpaceID_None) {
nsCOMPtr<nsIFormControl> thisControl =
do_QueryInterface(NS_STATIC_CAST(nsIContent, this));
do_QueryInterface(NS_STATIC_CAST(nsIContent*, this));
// add the control to the hashtable as needed