Fixing bustage

This commit is contained in:
roc+%cs.cmu.edu 2005-12-13 00:57:56 +00:00
parent a271e59465
commit 06dd46b7c7

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) {