Bug 310708
| Summary: | Simplify Expected<V, E> IPC encoder | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Simplify Expected<V, E> IPC encoder, by replacing the two separate encode overloads (const lvalue ref + rvalue ref) with a single forwarding-reference overload, matching the pattern used by std::optional, std::pair, std::tuple, and others in the same file.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/61325
EWS
Committed 309960@main (c4b0141c7cab): <https://commits.webkit.org/309960@main>
Reviewed commits have been landed. Closing PR #61325 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/173377834>