Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aa9410d1ed64ebe036d3a5f7d8879d49d82d2f33
https://github.com/WebKit/WebKit/commit/aa9410d1ed64ebe036d3a5f7d8879d49d82d2f33
Author: Diego Pino Garcia <[email protected]>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M Source/WebCore/css/scripts/process-css-properties.py
M Source/WebCore/rendering/style/RenderStyle.h
Log Message:
-----------
[GCC] Fix build after 303805@main
https://bugs.webkit.org/show_bug.cgi?id=303398
Reviewed by Sam Weinig.
Fix build error in 'RenderrStyleInlines.h':
error: call to non-‘constexpr’ function ‘WebCore::DisplayType
WebCore::RenderStyle::display() const’
Changeset '303805@main' removed 'constexpr' modifier in declaration of
'RenderStyle::display'. GCC12 requires this function to be declared with a
'constexpr' modifier.
* Source/WebCore/css/scripts/process-css-properties.py:
* Source/WebCore/rendering/style/RenderStyle.h:
Canonical link: https://commits.webkit.org/303918@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications