Bug 259430
| Summary: | Use a new type PathCloseSubpath instead of std::monostate to represent a close command in PathSegment | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
| Component: | Layout and Rendering | Assignee: | Cameron McCormack (:heycam) <heycam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Cameron McCormack (:heycam)
Adding an empty struct lets us treat this command like all the others, and not special case it in the WTF::switchOn calls in PathSegment.cpp.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/112741404>
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/16023
EWS
Committed 266264@main (fe314ea4b982): <https://commits.webkit.org/266264@main>
Reviewed commits have been landed. Closing PR #16023 and removing active labels.