[Webkit-unassigned] [Bug 154018] AX: crash at WebCore::Range::selectNodeContents(WebCore::Node*, int&)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 8 16:55:59 PST 2016


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

--- Comment #3 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 270894
  --> https://bugs.webkit.org/attachment.cgi?id=270894
patch

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

> Source/WebCore/accessibility/AXObjectCache.cpp:1586
> +    if (nodeIsDerefed(characterOffset1.node) || nodeIsDerefed(characterOffset2.node))

can we use our nodeInUse cache to handle this case? seems like we should be doing that when creating the CharacterOffsets too

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160209/58ca6b8a/attachment.html>


More information about the webkit-unassigned mailing list