mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 642695 - Remove debug printf in nsSVGForeignObjectFrame::DoReflow(). r=jwatt
This commit is contained in:
parent
3d57294e8f
commit
21f7bd28a4
@ -560,10 +560,6 @@ nsSVGForeignObjectFrame::MaybeReflowFromOuterSVGFrame()
|
||||
void
|
||||
nsSVGForeignObjectFrame::DoReflow()
|
||||
{
|
||||
#ifdef DEBUG
|
||||
printf("**nsSVGForeignObjectFrame::DoReflow()\n");
|
||||
#endif
|
||||
|
||||
NS_ASSERTION(!(nsSVGUtils::GetOuterSVGFrame(this)->
|
||||
GetStateBits() & NS_FRAME_FIRST_REFLOW),
|
||||
"Calling InitialUpdate too early - must not call DoReflow!!!");
|
||||
|
Loading…
Reference in New Issue
Block a user