Bug 285707
| Summary: | Add overload of MetaConsumer::consume that allows operating directly on consumed values without going through a std::variant | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | CSS | Assignee: | Sam Weinig <sam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 18 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=291667 | ||
Sam Weinig
As code site simplification and as an optimization to avoid extra variant dispatch, add overload of MetaConsumer::consume that allows operating directly on consumed values without going through a std::variant.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/38806
EWS
Committed 288714@main (8bcd72ff0abb): <https://commits.webkit.org/288714@main>
Reviewed commits have been landed. Closing PR #38806 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/142692555>