RESOLVED FIXED310708
Simplify Expected<V, E> IPC encoder
https://bugs.webkit.org/show_bug.cgi?id=310708
Summary Simplify Expected<V, E> IPC encoder
Chris Dumez
Reported 2026-03-25 05:39:01 PDT
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
Chris Dumez
Comment 1 2026-03-25 05:42:55 PDT
EWS
Comment 2 2026-03-25 21:04:48 PDT
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
Comment 3 2026-03-25 21:05:14 PDT
Note You need to log in before you can comment on or make changes to this bug.