Bug 304787
| Summary: | Generated StyleComputedStyleProperties.cpp should include StyleComputedStyle+GettersInlines.h | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | Tools / Tests | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 304707 | ||
Adrian Perez
The Source/WebCore/css/scripts/process-css-properties.py script generates the StyleComputedStyleProperties.cpp file with a statement to include StyleComputedStyleProperties+GettersInlines.h header, but this one in turn tells us that we should use StyleComputedStyle+GettersInlines.h instead:
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."
| ^
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/55949
EWS
Committed 305029@main (00f21fd71a27): <https://commits.webkit.org/305029@main>
Reviewed commits have been landed. Closing PR #55949 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/167384037>