Bustage fix from bug 338301.

This commit is contained in:
tor%cs.brown.edu 2006-06-01 15:49:34 +00:00
parent 30f4786ed8
commit 27e464121a

View File

@ -57,7 +57,7 @@ class nsSVGInnerSVGFrame : public nsSVGInnerSVGFrameBase,
NS_NewSVGInnerSVGFrame(nsIPresShell* aPresShell, nsIContent* aContent, nsStyleContext* aContext);
protected:
nsSVGInnerSVGFrame(nsStyleContext* aContext);
nsresult InitSVG();
NS_IMETHOD InitSVG();
// nsISupports interface:
NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
@ -134,7 +134,8 @@ nsSVGInnerSVGFrame::nsSVGInnerSVGFrame(nsStyleContext* aContext) :
#endif
}
nsresult nsSVGInnerSVGFrame::InitSVG()
NS_IMETHODIMP
nsSVGInnerSVGFrame::InitSVG()
{
NS_ASSERTION(mParent, "no parent");