Fix build bustage

git-svn-id: svn://10.0.0.236/trunk@183169 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2005-10-28 03:11:53 +00:00
parent 1da47293fa
commit 680d242c2c

View File

@@ -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