Bug 839834 - Remove nsIFormControlFrame::GetFormProperty. r=bz

This commit is contained in:
Mounir Lamouri
2013-02-18 18:21:32 +00:00
parent 5f3b3e5ca0
commit 04ea2fe1f2
16 changed files with 0 additions and 122 deletions

View File

@@ -323,14 +323,6 @@ nsresult nsHTMLButtonControlFrame::SetFormProperty(nsIAtom* aName, const nsAStri
return NS_OK;
}
nsresult nsHTMLButtonControlFrame::GetFormProperty(nsIAtom* aName, nsAString& aValue) const
{
if (nsGkAtoms::value == aName)
mContent->GetAttr(kNameSpaceID_None, nsGkAtoms::value, aValue);
return NS_OK;
}
nsStyleContext*
nsHTMLButtonControlFrame::GetAdditionalStyleContext(int32_t aIndex) const
{