[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 17:37:54 PST 2016


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

--- Comment #4 from Nan Wang <n_wang 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

Good point, will do.

-- 
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/b7b6119d/attachment.html>


More information about the webkit-unassigned mailing list