Bug 311096
| Summary: | Drop redundant `std::isnan()` checks in MathExtras.h | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Web Template Framework | Assignee: | 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
Drop redundant `std::isnan()` checks in MathExtras.h. `!std::isfinite()` already covers the NaN case.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/61685
EWS
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
<rdar://problem/173739257>