Fix build bustage
git-svn-id: svn://10.0.0.236/trunk@183169 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user