Fixing bustage

This commit is contained in:
roc+@cs.cmu.edu
2005-12-13 00:57:56 +00:00
parent 75930c14ea
commit e5fe4d2640

View File

@@ -575,8 +575,9 @@ nsFileControlFrame::GetFrameName(nsAString& aResult) const
}
#endif
NS_IMETHODIMP nsFileControlFrame::SetFormProperty(nsIAtom* aName,
const nsAString& aValue)
nsresult
nsFileControlFrame::SetFormProperty(nsIAtom* aName,
const nsAString& aValue)
{
if (nsHTMLAtoms::value == aName) {
if (mTextFrame) {