Commented out assertion while I find out why HR's are triggering it in some cases...

This commit is contained in:
attinasi@netscape.com
2001-03-08 15:48:48 +00:00
parent f8cf336d9d
commit 6de2ca985d
2 changed files with 2 additions and 2 deletions

View File

@@ -2441,7 +2441,7 @@ void nsHTMLReflowState::AdjustComputedHeight(void)
}
}
// NOTE: this next assertion was firing for HR frames sometimes - why?
NS_ASSERTION(mComputedHeight>=0, "Negative Height Result- very bad");
// NS_ASSERTION(mComputedHeight>=0, "Negative Height Result- very bad");
// if it did go bozo, set to 0
if(mComputedHeight<0) mComputedHeight = 0;
}