RESOLVED FIXED311096
Drop redundant `std::isnan()` checks in MathExtras.h
https://bugs.webkit.org/show_bug.cgi?id=311096
Summary Drop redundant `std::isnan()` checks in MathExtras.h
Chris Dumez
Reported 2026-03-30 04:55:02 PDT
Drop redundant `std::isnan()` checks in MathExtras.h. `!std::isfinite()` already covers the NaN case.
Attachments
Chris Dumez
Comment 1 2026-03-30 04:56:20 PDT
EWS
Comment 2 2026-03-30 18:27:39 PDT
Committed 310270@main (dab059cbea78): <https://commits.webkit.org/310270@main> Reviewed commits have been landed. Closing PR #61685 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2026-03-30 18:28:12 PDT
Note You need to log in before you can comment on or make changes to this bug.