Bug 234326

Summary: RenderBlockFlow::subtreeContainsFloat and RenderBlockFlow::subtreeContainsFloats to use non-recursive iteration
Product: WebKit Reporter: Gabriel Nava Marino <gnavamarino>
Component: Layout and RenderingAssignee: Gabriel Nava Marino <gnavamarino>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bfulgham, simon.fraser, zalan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 234325    
Bug Blocks:    

Description Gabriel Nava Marino 2021-12-14 16:21:07 PST
Replace the recursive approach in RenderBlockFlow::subtreeContainsFloat and RenderBlockFlow::subtreeContainsFloats  once the following bug allows:
Bug 234325 - The render descendant iterator should work with const objects
Comment 1 Gabriel Nava Marino 2021-12-15 13:48:53 PST

*** This bug has been marked as a duplicate of bug 234018 ***