зеркало из https://github.com/mozilla/pjs.git
Bug 642695 - Remove debug printf in nsSVGForeignObjectFrame::DoReflow(). r=jwatt
This commit is contained in:
Родитель
82eb514fc2
Коммит
9b89e2e81c
|
@ -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!!!");
|
||||
|
|
Загрузка…
Ссылка в новой задаче