| Summary: | Refactor RenderBox:sizesLogicalWidthToFitContent() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Ahmad Saleem
2022-11-30 15:30:49 PST
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))) |