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> ^
make it a link. 260272@main
Pull request: https://github.com/WebKit/WebKit/pull/10127
Committed 260300@main (49c105fabc6c): <https://commits.webkit.org/260300@main> Reviewed commits have been landed. Closing PR #10127 and removing active labels.
<rdar://problem/105484258>