RESOLVED FIXED252291
[PlayStation] Fix build break after 260272@main
https://bugs.webkit.org/show_bug.cgi?id=252291
Summary [PlayStation] Fix build break after 260272@main
Kenji Shukuwa
Reported 2023-02-14 21:15:56 PST
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
Fujii Hironori
Comment 1 2023-02-14 21:28:26 PST
make it a link. 260272@main
Kenji Shukuwa
Comment 2 2023-02-14 21:55:29 PST
EWS
Comment 3 2023-02-14 23:23:54 PST
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
Comment 4 2023-02-14 23:24:21 PST
Note You need to log in before you can comment on or make changes to this bug.