Bug 234326
| Summary: | RenderBlockFlow::subtreeContainsFloat and RenderBlockFlow::subtreeContainsFloats to use non-recursive iteration | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Gabriel Nava Marino <gnavamarino> |
| Component: | Layout and Rendering | Assignee: | 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: | |||
Gabriel Nava Marino
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Gabriel Nava Marino
*** This bug has been marked as a duplicate of bug 234018 ***