This commit is contained in:
troy%netscape.com 1999-01-09 01:43:02 +00:00
Родитель 1b4dcb87bf
Коммит a14ae37e47
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -261,7 +261,7 @@ nsHTMLReflowState::InitConstraints(nsIPresContext& aPresContext)
// by the content edge
nscoord containingBlockWidth = cbrs->computedWidth;
nscoord containingBlockHeight = cbrs->computedHeight;
NS_ASSERTION(0 != containingBlockWidth, "containing block width of 0");
//NS_ASSERTION(0 != containingBlockWidth, "containing block width of 0");
nsStyleUnit widthUnit = pos->mWidth.GetUnit();
nsStyleUnit heightUnit = pos->mHeight.GetUnit();

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

@ -261,7 +261,7 @@ nsHTMLReflowState::InitConstraints(nsIPresContext& aPresContext)
// by the content edge
nscoord containingBlockWidth = cbrs->computedWidth;
nscoord containingBlockHeight = cbrs->computedHeight;
NS_ASSERTION(0 != containingBlockWidth, "containing block width of 0");
//NS_ASSERTION(0 != containingBlockWidth, "containing block width of 0");
nsStyleUnit widthUnit = pos->mWidth.GetUnit();
nsStyleUnit heightUnit = pos->mHeight.GetUnit();