RESOLVED FIXED254322
make all { No, Yes } and { Yes, No } enums use bool as underlying type
https://bugs.webkit.org/show_bug.cgi?id=254322
Summary make all { No, Yes } and { Yes, No } enums use bool as underlying type
Antoine Quint
Reported 2023-03-23 04:23:30 PDT
We should make all Yes/No and No/Yes enums use bool as underlying type and reverse the values so that No==0 and Yes==1 as was done in bug 254309.
Attachments
Antoine Quint
Comment 1 2023-03-23 04:30:07 PDT
EWS
Comment 2 2023-03-23 08:50:29 PDT
Committed 262018@main (44c9738463cc): <https://commits.webkit.org/262018@main> Reviewed commits have been landed. Closing PR #11857 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-03-23 08:51:16 PDT
Note You need to log in before you can comment on or make changes to this bug.