From 680d242c2cf9a9bf75ecdfaf44a34c3e4b7f7d69 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Fri, 28 Oct 2005 03:11:53 +0000 Subject: [PATCH] Fix build bustage git-svn-id: svn://10.0.0.236/trunk@183169 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/content/src/nsGenericHTMLElement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/content/html/content/src/nsGenericHTMLElement.cpp b/mozilla/content/html/content/src/nsGenericHTMLElement.cpp index 5aa88905340..b01317c580e 100644 --- a/mozilla/content/html/content/src/nsGenericHTMLElement.cpp +++ b/mozilla/content/html/content/src/nsGenericHTMLElement.cpp @@ -3233,7 +3233,7 @@ nsGenericHTMLFormElement::AfterSetAttr(PRInt32 aNameSpaceID, nsIAtom* aName, { if (aNameSpaceID == kNameSpaceID_None) { nsCOMPtr thisControl = - do_QueryInterface(NS_STATIC_CAST(nsIContent, this)); + do_QueryInterface(NS_STATIC_CAST(nsIContent*, this)); // add the control to the hashtable as needed