[Webkit-unassigned] [Bug 95062] [Gtk] Several tests launch g_object_ref/unref assertion messages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 27 11:40:08 PDT 2012


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


Zan Dobersek <zandobersek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zandobersek at gmail.com




--- Comment #1 from Zan Dobersek <zandobersek at gmail.com>  2012-08-27 11:40:10 PST ---
I've recommended using GRefPtr<AtkObject> as the type definition for the PlatformUIElement. That doesn't really work as it causes compilation errors (conversion of 0 from integer to AccessibilityUIElement becomes impossible and the refactoring to avoid this is IMO not really worth the trouble).

To bypass this the m_element member should be checked that it is non-nul before refing/unrefing.

-- 
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