Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky

This commit is contained in:
uid502
2003-10-31 20:19:18 +00:00
parent cb97ebc56d
commit 4fc4723244
188 changed files with 1115 additions and 2182 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ NS_IMETHODIMP nsHTMLButtonControlFrame::GetAccessible(nsIAccessible** aAccessibl
NS_IMETHODIMP_(PRInt32)
nsHTMLButtonControlFrame::GetType() const
nsHTMLButtonControlFrame::GetFormControlType() const
{
return nsFormControlHelper::GetType(mContent);
}