Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9747cb70a97c2ca5ccf18d2de989a8af8757b11a
https://github.com/WebKit/WebKit/commit/9747cb70a97c2ca5ccf18d2de989a8af8757b11a
Author: Claudio Saavedra <[email protected]>
Date: 2026-05-26 (Tue, 26 May 2026)
Changed paths:
M Source/WebCore/css/values/primitives/CSSKeyword.h
Log Message:
-----------
REGRESSION(313849@main): Fails to build with gcc-12
https://bugs.webkit.org/show_bug.cgi?id=315584
Reviewed by Sam Weinig.
Fix build with GCC 12 after 313849@main. The SpecificKeyword concept
named Keyword::value in its body, which GCC 12 hard-errors on (rather
than treating as substitution failure) when the candidate type has a
non-static data member named value.
Rewrite the concept using partial specialization on Constant so the
candidate's value member is never named.
* Source/WebCore/css/values/primitives/CSSKeyword.h:
Canonical link: https://commits.webkit.org/313938@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications