[Webkit-unassigned] [Bug 232185] ASSERT(parent->element()) triggered in Styleable::fromRenderer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 12:55:44 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=232185

--- Comment #6 from Tim Nguyen (:ntim) <ntim at apple.com> ---
Comment on attachment 442385
  --> https://bugs.webkit.org/attachment.cgi?id=442385
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=442385&action=review

This looks fine to me, though I'm not a reviewer.

> Source/WebCore/ChangeLog:10
> +        loop through parent renderers as ::backdrop and ::marker renderers do not

the problem here is that RenderMultiColumnFlowThread don't have associated renderers, so we have to loop through parents until we find the RenderListItem which has an associated element.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211025/2a3e99d6/attachment-0001.htm>


More information about the webkit-unassigned mailing list