Bug 311434
| Summary: | Font::Pitch: Convert to a scoped enum class | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
| Component: | Text | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fantasai.bugs, vitor.roriz, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vitor Roriz
Convert Pitch from an unscoped enum to a scoped enum class, renaming values from UnknownPitch/FixedPitch/VariablePitch to Pitch::Unknown/Pitch::Fixed/Pitch::Variable.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/174030751>
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/61997
EWS
Committed 310550@main (5efa9129c04e): <https://commits.webkit.org/310550@main>
Reviewed commits have been landed. Closing PR #61997 and removing active labels.