Bug 310708

Summary: Simplify Expected<V, E> IPC encoder
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: 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
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.