Bug 311096

Summary: Drop redundant `std::isnan()` checks in MathExtras.h
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web Template FrameworkAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.