[Webkit-unassigned] [Bug 72390] [GTK] Do not hide accessibility root object from AT's

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 14:57:50 PST 2011


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115174|review?                     |review+
               Flag|                            |




--- Comment #7 from Martin Robinson <mrobinson at webkit.org>  2011-11-15 14:57:50 PST ---
(From update of attachment 115174)
View in context: https://bugs.webkit.org/attachment.cgi?id=115174&action=review

> Source/WebKit/gtk/tests/testatk.c:85
> +      return 0;
> +
> +    AtkObject* webAreaObject = atk_object_ref_accessible_child(rootObject, 0);
> +    if (!webAreaObject)
> +      return 0;
> +

In C files you should use NULL instead of 0. (I realize this is incredibly arbitrary, but the style guide specifies this!)

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