[Webkit-unassigned] [Bug 222720] REGRESSION(r272900): Nullptr crash in ComposedTreeIterator::traverseNextInShadowTree() via ShadowRoot::hostChildElementDidChange

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 10 09:59:56 PST 2021


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #12 from Darin Adler <darin at apple.com> ---
Comment on attachment 422355
  --> https://bugs.webkit.org/attachment.cgi?id=422355
Patch for landing

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

> Source/WebCore/dom/ComposedTreeIterator.cpp:165
> +            if (auto assignedNode = assignedNodes->at(0)) {

Is this correct behavior? Do we want the first non-null assigned node if the first node is null, for example?

-- 
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/20210310/0b1af9f9/attachment.htm>


More information about the webkit-unassigned mailing list