Bug 308238
| Summary: | Convert SVGMarkerType and EIndentType to enum classes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | zak ridouh <zakr> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
zak ridouh
Convert two C-style enums to enum class : uint8_t for stronger type
safety. Remove redundant prefixes from SVGMarkerType enumerators (e.g.
StartMarker → Start). Rename EIndentType to IndentType, dropping the
Hungarian enum prefix.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/170743512>
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/59061
EWS
Committed 308167@main (16cba163b0a1): <https://commits.webkit.org/308167@main>
Reviewed commits have been landed. Closing PR #59061 and removing active labels.