Remove test assertion that I added two days ago. DEBUG-only, r=me

This commit is contained in:
dbaron%fas.harvard.edu 2002-12-21 01:36:58 +00:00
Родитель fb69aef674
Коммит d89cd5a885
2 изменённых файлов: 0 добавлений и 4 удалений

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

@ -2144,8 +2144,6 @@ nsLineLayout::VerticalAlignFrames(PerSpanData* psd)
spanFrame->GetPrevInFlow(&spanPrevInFlow);
PRBool emptyContinuation = spanPrevInFlow && !spanNextInFlow &&
(0 == spanFramePFD->mBounds.width) && (0 == spanFramePFD->mBounds.height);
NS_ASSERTION(!emptyContinuation,
"we shouldn't have empty continuations anymore");
#ifdef NOISY_VERTICAL_ALIGN
printf("[%sSpan]", (psd == mRootSpan)?"Root":"");

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

@ -2144,8 +2144,6 @@ nsLineLayout::VerticalAlignFrames(PerSpanData* psd)
spanFrame->GetPrevInFlow(&spanPrevInFlow);
PRBool emptyContinuation = spanPrevInFlow && !spanNextInFlow &&
(0 == spanFramePFD->mBounds.width) && (0 == spanFramePFD->mBounds.height);
NS_ASSERTION(!emptyContinuation,
"we shouldn't have empty continuations anymore");
#ifdef NOISY_VERTICAL_ALIGN
printf("[%sSpan]", (psd == mRootSpan)?"Root":"");