Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3917eb489bf7c10fa7a833f07da1e07427d912a9
https://github.com/WebKit/WebKit/commit/3917eb489bf7c10fa7a833f07da1e07427d912a9
Author: Loïc Yhuel <[email protected]>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M Source/WTF/wtf/Variant.h
Log Message:
-----------
Fix WTF::Variant build with GCC 15
https://bugs.webkit.org/show_bug.cgi?id=315198
Reviewed by Geoffrey Garen.
The build is broken after 313528@main.
GCC doesn't like the use of __type_pack_element in function signatures,
see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109625.
So we add an intermediate "struct type_pack_element_impl" in this case.
* Source/WTF/wtf/Variant.h:
Canonical link: https://commits.webkit.org/313666@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications