| Summary: | Unreviewed, non-unified build fix after 248294@main | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> | ||||
| Component: | New Bugs | Assignee: | Lauro Moura <lmoura> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | webkit-bug-importer, zalan | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=237497 | ||||||
| Attachments: |
|
||||||
|
Description
Lauro Moura
2022-03-10 18:14:19 PST
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]. |