[Webkit-unassigned] [Bug 128310] AX: Crash in WebCore::AXObjectCache::computedObjectAttributeCache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 6 09:28:44 PST 2014


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


chris fleizach <cfleizach at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|InRadar                     |




--- Comment #2 from chris fleizach <cfleizach at apple.com>  2014-02-06 09:26:03 PST ---
In frame 1, the cache has become null, which means asking axObjectCache() in frame 3 either found no document, or no axObjectCache at that document, which can happen when the render tree is no longer living

we need to be more careful about using the axObjectCache() in ax code

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list