Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 00f21fd71a27f5d6e8e12cd6d3e98ea09c6d0d33
https://github.com/WebKit/WebKit/commit/00f21fd71a27f5d6e8e12cd6d3e98ea09c6d0d33
Author: Adrian Perez de Castro <[email protected]>
Date: 2025-12-31 (Wed, 31 Dec 2025)
Changed paths:
M Source/WebCore/css/scripts/process-css-properties.py
Log Message:
-----------
Generated StyleComputedStyleProperties.cpp should include
StyleComputedStyle+GettersInlines.h
https://bugs.webkit.org/show_bug.cgi?id=304787
Reviewed by Sam Weinig.
Fixes errors like the following that are being hidden by unified builds:
In file included from
/host/home/aperez/devel/WebKit/WebKitBuild/WPE/Release/WebCore/DerivedSources/StyleComputedStyleProperties.cpp:6:
/host/home/aperez/devel/WebKit/WebKitBuild/WPE/Release/WebCore/DerivedSources/StyleComputedStyleProperties+GettersInlines.h:6:2:
error: "Please do not include this file anywhere except from
StyleComputedStyle+GettersInlines.h."
6 | #error "Please do not include this file anywhere except from
StyleComputedStyle+GettersInlines.h."
| ^
* Source/WebCore/css/scripts/process-css-properties.py: Change the
generated #include to use StyleComputedStyle+GettersInlines.h instead
of the (wrong) StyleComputedStyleProperties+GettersInlines.h.
Canonical link: https://commits.webkit.org/305029@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications