зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1566697
- Fix unified build problem. r=longsonr
Differential Revision: https://phabricator.services.mozilla.com/D38262 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
0fddb5f0fd
Коммит
4ad7a0ff70
|
@ -167,7 +167,7 @@ bool SVGPathData::GetDistancesFromOriginToEndsOfVisibleSegments(
|
|||
|
||||
// With degenerately large point coordinates, TraversePathSegment can fail
|
||||
// and end up producing NaNs.
|
||||
if (!isfinite(state.length)) {
|
||||
if (!std::isfinite(state.length)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче