Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c4b0141c7cab03d572080612fde6de5c47406453
https://github.com/WebKit/WebKit/commit/c4b0141c7cab03d572080612fde6de5c47406453
Author: Chris Dumez <[email protected]>
Date: 2026-03-25 (Wed, 25 Mar 2026)
Changed paths:
M Source/WebKit/Platform/IPC/ArgumentCoders.h
Log Message:
-----------
Simplify Expected<V, E> IPC encoder
https://bugs.webkit.org/show_bug.cgi?id=310708
Reviewed by Ryosuke Niwa.
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.
* Source/WebKit/Platform/IPC/ArgumentCoders.h:
Canonical link: https://commits.webkit.org/309960@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications