[Webkit-unassigned] [Bug 222620] Crash in previousSibling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 3 14:02:30 PST 2021


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

Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa at webkit.org
 Attachment #422000|review?                     |review-
              Flags|                            |

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

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

r- due to the lack of a test.

> Source/WebCore/ChangeLog:8
> +        No new tests (OOPS!).

Please add a test.

> Source/WebCore/editing/ApplyBlockElementCommand.cpp:294
> +            if (previousSiblingOfText && is<Text>(*text->previousSibling())

is<Text>(*text->previousSibling()) -> is<Text>(is<Text>(*text->previousSibling()))

-- 
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/20210303/b2e15e88/attachment-0001.htm>


More information about the webkit-unassigned mailing list