Bug 254322
| Summary: | make all { No, Yes } and { Yes, No } enums use bool as underlying type | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | WebKit Misc. | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 282674 | ||
Antoine Quint
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/11857
EWS
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
<rdar://problem/107137135>