Added return type to fix build bustage
git-svn-id: svn://10.0.0.236/trunk@18933 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f1fc4db8d7
commit
10133bbe45
@ -346,6 +346,7 @@ nsHTMLInputElement::SetValue(const nsString& aValue)
|
||||
NS_RELEASE(formControlFrame);
|
||||
}
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
||||
@ -346,6 +346,7 @@ nsHTMLInputElement::SetValue(const nsString& aValue)
|
||||
NS_RELEASE(formControlFrame);
|
||||
}
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user