Bug 409565. "ASSERTION: unexpected frame type" with -moz-column, float, svg. r=bz@bzarsky@mit.edu, sr=roc@ocallahan.org, b1.9=mtschrep@gmail.com

This commit is contained in:
jwatt@jwatt.org 2008-02-22 02:50:32 -08:00
Родитель 7566bb21d1
Коммит 1b19f269c6
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -650,6 +650,12 @@ nsSVGOuterSVGFrame::Paint(nsIRenderingContext& aRenderingContext,
aRenderingContext.PopState();
}
nsSplittableType
nsSVGOuterSVGFrame::GetSplittableType() const
{
return NS_FRAME_NOT_SPLITTABLE;
}
nsIAtom *
nsSVGOuterSVGFrame::GetType() const
{

Просмотреть файл

@ -105,6 +105,8 @@ public:
nsIFrame* aParent,
nsIFrame* aPrevInFlow);
virtual nsSplittableType GetSplittableType() const;
/**
* Get the "type" of the frame
*