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

git-svn-id: svn://10.0.0.236/trunk@111718 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2002-01-09 19:17:46 +00:00
parent 86c348424e
commit 8897c8f5b7
37 changed files with 7 additions and 232 deletions

View File

@@ -54,7 +54,6 @@
#endif
#include "nsIServiceManager.h"
#include "nsIDOMNode.h"
#include "nsLayoutAtoms.h"
nsresult
@@ -84,15 +83,6 @@ nsGfxRadioControlFrame::~nsGfxRadioControlFrame()
NS_IF_RELEASE(mRadioButtonFaceStyle);
}
NS_IMETHODIMP
nsGfxRadioControlFrame::GetFrameType(nsIAtom** aType) const
{
NS_PRECONDITION(nsnull != aType, "null OUT parameter pointer");
*aType = nsLayoutAtoms::gfxRadioControlFrame;
NS_ADDREF(*aType);
return NS_OK;
}
// Frames are not refcounted, no need to AddRef
NS_IMETHODIMP
nsGfxRadioControlFrame::QueryInterface(const nsIID& aIID, void** aInstancePtr)