Bug 252291

Summary: [PlayStation] Fix build break after 260272@main
Product: WebKit Reporter: Kenji Shukuwa <kenji.shukuwa>
Component: PlatformAssignee: 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
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.