Bug 839834 - Remove nsIFormControlFrame::GetFormProperty. r=bz
This commit is contained in:
@@ -742,16 +742,6 @@ nsresult nsTextControlFrame::SetFormProperty(nsIAtom* aName, const nsAString& aV
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult
|
||||
nsTextControlFrame::GetFormProperty(nsIAtom* aName, nsAString& aValue) const
|
||||
{
|
||||
NS_ASSERTION(nsGkAtoms::value != aName,
|
||||
"Should get the value from the content node instead");
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsTextControlFrame::GetEditor(nsIEditor **aEditor)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user