RESOLVED FIXED 232537
Change some bitwise OR operators to logical OR
https://bugs.webkit.org/show_bug.cgi?id=232537
Summary Change some bitwise OR operators to logical OR
Cameron McCormack (:heycam)
Reported 2021-10-30 19:44:13 PDT
The std::isfinite() checks that various CanvasRenderingContext2DBase methods do should be using logical OR, not bitwise.
Attachments
Patch (3.36 KB, patch)
2021-10-30 19:45 PDT, Cameron McCormack (:heycam)
no flags
Radar WebKit Bug Importer
Comment 1 2021-10-30 19:44:42 PDT
Cameron McCormack (:heycam)
Comment 2 2021-10-30 19:45:50 PDT
EWS
Comment 3 2021-10-31 01:49:25 PDT
Committed r285091 (243733@main): <https://commits.webkit.org/243733@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 442923 [details].
Note You need to log in before you can comment on or make changes to this bug.