зеркало из https://github.com/mozilla/pjs.git
Bug 398157: Fix nscoord_MAX arithmetic using NSCoordSaturatingSubtract. r=roc sr=roc a=roc
This commit is contained in:
Родитель
96ec458967
Коммит
ca02f0ab44
|
@ -699,7 +699,7 @@ BasicTableLayoutStrategy::ComputeColumnWidths(const nsHTMLReflowState& aReflowSt
|
||||||
subtract += spacing;
|
subtract += spacing;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
width -= subtract;
|
width = NSCoordSaturatingSubtract(width, subtract, nscoord_MAX);
|
||||||
min -= subtract;
|
min -= subtract;
|
||||||
|
|
||||||
// XXX is |width| the right basis for percentage widths?
|
// XXX is |width| the right basis for percentage widths?
|
||||||
|
|
Загрузка…
Ссылка в новой задаче