NEW248564
Refactor RenderBox:sizesLogicalWidthToFitContent()
https://bugs.webkit.org/show_bug.cgi?id=248564
Summary Refactor RenderBox:sizesLogicalWidthToFitContent()
Attachments
Radar WebKit Bug Importer
Comment 1 2022-12-07 15:31:18 PST
Ahmad Saleem
Comment 2 2023-10-03 11:34:45 PDT
It fails here: https://searchfox.org/wubkat/source/Source/WebCore/dom/Document.cpp#2478 with following error: reference to type 'const Length' could not bind to an rvalue of type 'WebCore::SizeType' ...currRenderer->needsLayout() && currentBox->sizesLogicalWidthToFitContent(MainOrPreferredSize)))
Note You need to log in before you can comment on or make changes to this bug.