[webkit-changes] [WebKit/WebKit] 68fb45: [WK2] ArgumentCoder<std::variant<...>> should use ...
Žan Doberšek
noreply at github.com
Wed Dec 21 10:07:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 68fb45e34eda2fd008bee2558273e6b61f21a99f
https://github.com/WebKit/WebKit/commit/68fb45e34eda2fd008bee2558273e6b61f21a99f
Author: Žan Doberšek <zdobersek at igalia.com>
Date: 2022-12-21 (Wed, 21 Dec 2022)
Changed paths:
M Source/WebKit/Platform/IPC/ArgumentCoders.h
Log Message:
-----------
[WK2] ArgumentCoder<std::variant<...>> should use increasing index sequences
https://bugs.webkit.org/show_bug.cgi?id=249525
Reviewed by Kimmo Kinnunen.
More intuitive increasing index sequences are adopted in the encoding
and decoding implementations of ArgumentCoder<std::variant<...>>, with
no real change in behavior.
* Source/WebKit/Platform/IPC/ArgumentCoders.h:
Canonical link: https://commits.webkit.org/258198@main
More information about the webkit-changes
mailing list