From a0f8a29dd2ba736be45a62388a2d0751ae96dfa0 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Tue, 29 Jul 2003 01:15:55 +0000 Subject: [PATCH] Fixing more windows bustage git-svn-id: svn://10.0.0.236/trunk@145304 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 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;