[webkit-reviews] review granted: [Bug 209529] Nullptr crash in WebCore::Node::isDescendantOf when inserting list : [Attachment 394459] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 24 19:19:47 PDT 2020


Ryosuke Niwa <rniwa at webkit.org> has granted Jack <shihchieh_lee at apple.com>'s
request for review:
Bug 209529: Nullptr crash in WebCore::Node::isDescendantOf when inserting list
https://bugs.webkit.org/show_bug.cgi?id=209529

Attachment 394459: Patch

https://bugs.webkit.org/attachment.cgi?id=394459&action=review




--- Comment #8 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 394459
  --> https://bugs.webkit.org/attachment.cgi?id=394459
Patch

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

> LayoutTests/fast/lists/insert-list-during-node-removal-crash.html:3
> +<style>
> +html { -webkit-user-modify: read-write; }
> +</style>

Just add contenteditable="true" on body instead.


More information about the webkit-reviews mailing list