Bug 839834 - Remove nsIFormControlFrame::GetFormProperty. r=bz
This commit is contained in:
@@ -160,13 +160,6 @@ nsFormControlFrame::SetFormProperty(nsIAtom* aName, const nsAString& aValue)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult
|
||||
nsFormControlFrame::GetFormProperty(nsIAtom* aName, nsAString& aValue) const
|
||||
{
|
||||
aValue.Truncate();
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
// static
|
||||
nsRect
|
||||
nsFormControlFrame::GetUsableScreenRect(nsPresContext* aPresContext)
|
||||
|
||||
Reference in New Issue
Block a user