diff --git a/mozilla/content/html/content/src/nsGenericHTMLElement.cpp b/mozilla/content/html/content/src/nsGenericHTMLElement.cpp index d75bf86fd5e..4d8a783b541 100644 --- a/mozilla/content/html/content/src/nsGenericHTMLElement.cpp +++ b/mozilla/content/html/content/src/nsGenericHTMLElement.cpp @@ -1349,7 +1349,7 @@ nsGenericHTMLElement::FindForm(nsIDOMHTMLFormElement **aForm) { // XXX: Namespaces!!! - nsIContent* content(this); + nsIContent* content = this; nsCOMPtr tag; *aForm = nsnull;