Bug 252291
| Summary: | [PlayStation] Fix build break after 260272@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kenji Shukuwa <kenji.shukuwa> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, ross.kirsling, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kenji Shukuwa
The following errors occur for Playstation build after 260272:
26>C:\webkit\Source\WebCore\rendering\style/StyleMiscNonInheritedData.h(74,21): error : use of undeclared identifier 'ShadowData'
26> std::unique_ptr<ShadowData> boxShadow; // For box-shadow decorations.
26> ^
26>C:\webkit\Source\WebCore\rendering\style/StyleMiscNonInheritedData.h(84,5): error : unknown type name 'LengthPoint'
26> LengthPoint objectPosition;
26> ^
26>C:\webkit\Source\WebCore\rendering/style/StyleVisitedLinkColorData.cpp(34,18): error : incomplete type 'WebCore::RenderStyle' named in nested name specifier
26> : background(RenderStyle::initialBackgroundColor())
26> ^~~~~~~~~~~~~
26>C:\webkit\Source\WebCore\css/CSSPrimitiveValue.h(41,7): note: forward declaration of 'WebCore::RenderStyle'
26>class RenderStyle;
26> ^
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Fujii Hironori
make it a link.
260272@main
Kenji Shukuwa
Pull request: https://github.com/WebKit/WebKit/pull/10127
EWS
Committed 260300@main (49c105fabc6c): <https://commits.webkit.org/260300@main>
Reviewed commits have been landed. Closing PR #10127 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/105484258>