[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
Thu Apr 4 08:41:42 PDT 2019


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com
 Attachment #366703|review?                     |review+
              Flags|                            |

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 366703
  --> https://bugs.webkit.org/attachment.cgi?id=366703
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.

-- 
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/20190404/3270abae/attachment-0001.html>


More information about the webkit-unassigned mailing list