[Webkit-unassigned] [Bug 224408] Crash in WebCore::SlotAssignment::assignedNodesForSlot loading https://redhat.com
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 27 10:13:16 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224408
--- Comment #3 from Cassondra Roberts <castastrophe at hey.com> ---
We were able to work around the bug using:
let newEl = document.createElement("div");
newEl.appendChild(view);
this.shadowRoot.querySelector(`#container`).innerHTML = newEl.outerHTML;
--
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/20210527/d34c9417/attachment.htm>
More information about the webkit-unassigned
mailing list