Bug 234326 - RenderBlockFlow::subtreeContainsFloat and RenderBlockFlow::subtreeContainsFloats to use non-recursive iteration
Summary: RenderBlockFlow::subtreeContainsFloat and RenderBlockFlow::subtreeContainsFlo...
Status: RESOLVED DUPLICATE of bug 234018
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gabriel Nava Marino
URL:
Keywords:
Depends on: 234325
Blocks:
  Show dependency treegraph
 
Reported: 2021-12-14 16:21 PST by Gabriel Nava Marino
Modified: 2021-12-15 13:48 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***