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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 16 01:46:03 PST 2011


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





--- Comment #8 from Mario Sanchez Prada <msanchez at igalia.com>  2011-11-16 01:46:03 PST ---
(In reply to comment #7)
> (From update of attachment 115174 [details])
> 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!)

Thanks for the review. I will change this before pushing

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