Turned off assert
git-svn-id: svn://10.0.0.236/trunk@17441 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user