зеркало из https://github.com/mozilla/pjs.git
Removed a private assert
This commit is contained in:
Родитель
fc442fff49
Коммит
2034afb7a2
|
@ -1849,7 +1849,6 @@ TextFrame::Reflow(nsIPresContext& aPresContext,
|
|||
}
|
||||
|
||||
// Setup metrics for caller; store final max-element-size information
|
||||
NS_ASSERTION(x >= 0, "whoops");
|
||||
aMetrics.width = x;
|
||||
mComputedWidth = x;
|
||||
if (0 == x) {
|
||||
|
|
|
@ -1849,7 +1849,6 @@ TextFrame::Reflow(nsIPresContext& aPresContext,
|
|||
}
|
||||
|
||||
// Setup metrics for caller; store final max-element-size information
|
||||
NS_ASSERTION(x >= 0, "whoops");
|
||||
aMetrics.width = x;
|
||||
mComputedWidth = x;
|
||||
if (0 == x) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче