зеркало из https://github.com/mozilla/gecko-dev.git
commented out the annoying assert when max round was exceeded.
This commit is contained in:
Родитель
fcc3270223
Коммит
a476e5c2cd
|
@ -780,7 +780,7 @@ Boolean LTableHeader::RedistributeSpace(
|
|||
int signedUnit = roundingError < 0 ? -1 : +1;
|
||||
#ifdef DEBUG
|
||||
int maxRound = (inToColumn - inFromColumn + 2) / 2;
|
||||
Assert_(roundingError * signedUnit <= maxRound);
|
||||
// Assert_(roundingError * signedUnit <= maxRound);
|
||||
#endif
|
||||
static int rovingIndex = 0;
|
||||
const Int16 initialError = roundingError;
|
||||
|
|
Загрузка…
Ссылка в новой задаче