[Webkit-unassigned] [Bug 87426] [Win] ASSERTION FAILED !m_ptr under AccessibilityController::winAddNotificationListener

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 25 21:49:19 PST 2015


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

--- Comment #4 from Brent Fulgham <bfulgham at webkit.org> ---
There may be a bug in COMPtr, or at least a design choice that makes it incompatible with HashMap. However, we can avoid the issue by storing the raw pointer of the IAccessible object in the HashMap.

This should be safe, because the actual ownership of the pointer being stored in the HashMap is not meant to be controlled by this lookup table.

-- 
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/20150126/e727183f/attachment-0002.html>


More information about the webkit-unassigned mailing list