[webkit-reviews] review requested: [Bug 127439] AX: Disable accessibility after every test run : [Attachment 222304] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 26 23:11:20 PST 2014


chris fleizach <cfleizach at apple.com> has asked	for review:
Bug 127439: AX: Disable accessibility after every test run
https://bugs.webkit.org/show_bug.cgi?id=127439

Attachment 222304: patch 
https://bugs.webkit.org/attachment.cgi?id=222304&action=review

------- Additional Comments from chris fleizach <cfleizach at apple.com>
Speculative fix. 

My guess is that  this assert is being hit

AXID axID = m_widgetObjectMapping.get(widget);
    ASSERT(!HashTraits<AXID>::isDeletedValue(axID));

I'm not sure why however right now.


More information about the webkit-reviews mailing list