Unreviewed, non-unified build fix after 248294@main
Created attachment 454435 [details] [fast-cq] Patch
/app/webkit/Source/WebCore/layout/integration/LayoutIntegrationLineLayout.cpp: In member function ‘void WebCore::LayoutIntegration::LineLayout::updateListItemDimensions(const WebCore::RenderListItem&)’: /app/webkit/Source/WebCore/layout/integration/LayoutIntegrationLineLayout.cpp:160:31: error: cannot convert ‘const WebCore::RenderListItem’ to ‘const WebCore::RenderBox&’ 160 | updateLayoutBoxDimensions(listItem); | ^~~~~~~~ | | | const WebCore::RenderListItem In file included from /app/webkit/Source/WebCore/layout/integration/LayoutIntegrationLineLayout.cpp:27: /app/webkit/Source/WebCore/layout/integration/LayoutIntegrationLineLayout.h:135:36: note: initializing argument 1 of ‘void WebCore::LayoutIntegration::LineLayout::updateLayoutBoxDimensions(const WebCore ::RenderBox&)’ 135 | void updateLayoutBoxDimensions(const RenderBox&); | ^~~~~~~~~~~~~~~~
Sorry about that (and thank you for fixing it).
Committed r291143 (248303@main): <https://commits.webkit.org/248303@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 454435 [details].
<rdar://problem/90138290>