From 11fccb3130d3a3f175071a1ac9d4abc48ceaac41 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Thu, 9 Sep 2004 19:28:23 +0000 Subject: [PATCH] Build break - branch patch was different git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_7_BRANCH@162003 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/content/src/nsHTMLInputElement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/content/html/content/src/nsHTMLInputElement.cpp b/mozilla/content/html/content/src/nsHTMLInputElement.cpp index 25396519154..5a75b9874be 100644 --- a/mozilla/content/html/content/src/nsHTMLInputElement.cpp +++ b/mozilla/content/html/content/src/nsHTMLInputElement.cpp @@ -1806,7 +1806,7 @@ nsHTMLInputElement::GetType(nsAString& aValue) NS_IMETHODIMP nsHTMLInputElement::SetType(const nsAString& aValue) { - return SetAttrHelper(nsHTMLAtoms::type, aValue); + return SetAttr(kNameSpaceID_None, nsHTMLAtoms::type, aValue, PR_TRUE); } static void