[Webkit-unassigned] [Bug 252291] New: [PlayStation] Fix build break after 260272 at main

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 14 21:15:56 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=252291

            Bug ID: 252291
           Summary: [PlayStation] Fix build break after 260272 at main
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kenji.shukuwa at open-tec.co.jp

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>      ^

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230215/a1831094/attachment.htm>


More information about the webkit-unassigned mailing list