Bug 248564 - Refactor RenderBox:sizesLogicalWidthToFitContent()
Summary: Refactor RenderBox:sizesLogicalWidthToFitContent()
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-30 15:30 PST by Ahmad Saleem
Modified: 2023-10-03 11:34 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Radar WebKit Bug Importer 2022-12-07 15:31:18 PST
<rdar://problem/103092634>
Comment 2 Ahmad Saleem 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)))