Backing out Bernd's checkin for bug 110596 to fix crashes / weird display. b=118991 r=bernd

This commit is contained in:
dbaron@fas.harvard.edu
2002-01-09 19:17:46 +00:00
parent c85dd07a83
commit 46f35ee536
37 changed files with 7 additions and 232 deletions

View File

@@ -568,15 +568,6 @@ nsFileControlFrame::GetFrameName(nsAString& aResult) const
}
#endif
NS_IMETHODIMP
nsFileControlFrame::GetFrameType(nsIAtom** aType) const
{
NS_PRECONDITION(nsnull != aType, "null OUT parameter pointer");
*aType = nsLayoutAtoms::fileControlFrame;
NS_ADDREF(*aType);
return NS_OK;
}
NS_IMETHODIMP
nsFileControlFrame::GetFormContent(nsIContent*& aContent) const
{