Bug 252291 - [PlayStation] Fix build break after 260272@main
Summary: [PlayStation] Fix build break after 260272@main
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-14 21:15 PST by Kenji Shukuwa
Modified: 2023-02-14 23:24 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenji Shukuwa 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>      ^
Comment 1 Fujii Hironori 2023-02-14 21:28:26 PST
make it a link.
260272@main
Comment 2 Kenji Shukuwa 2023-02-14 21:55:29 PST
Pull request: https://github.com/WebKit/WebKit/pull/10127
Comment 3 EWS 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.
Comment 4 Radar WebKit Bug Importer 2023-02-14 23:24:21 PST
<rdar://problem/105484258>