[Webkit-unassigned] [Bug 196593] [ATK] Use a smart pointer for AccessibilityObject wrapper and remove GTK specific code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 5 00:34:56 PDT 2019


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

--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Michael Catanzaro from comment #3)
> Comment on attachment 366703 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=366703&action=review
> 
> > Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.cpp:324
> >              return 0;
> 
> return nullptr;
> 
> > Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.cpp:350
> > +    return coreParent ? ATK_OBJECT(coreParent->wrapper()) : nullptr;
> 
> Two more opportunities to return nullptr up above, as well.

WebKitAccessibleWrapperAtk is cleaned up in bug #196601

-- 
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/20190405/bea01e79/attachment.html>


More information about the webkit-unassigned mailing list