WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
259430
Use a new type PathCloseSubpath instead of std::monostate to represent a close command in PathSegment
https://bugs.webkit.org/show_bug.cgi?id=259430
Summary
Use a new type PathCloseSubpath instead of std::monostate to represent a clos...
Cameron McCormack (:heycam)
Reported
2023-07-23 13:33:32 PDT
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
Comment 1
2023-07-23 13:33:49 PDT
<
rdar://problem/112741404
>
Cameron McCormack (:heycam)
Comment 2
2023-07-23 13:37:14 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/16023
EWS
Comment 3
2023-07-24 14:00:58 PDT
Committed
266264@main
(fe314ea4b982): <
https://commits.webkit.org/266264@main
> Reviewed commits have been landed. Closing PR #16023 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug