[Webkit-unassigned] [Bug 142719] AX: richer text change notifications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 26 09:10:07 PDT 2015


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #251666|review?                     |review+
              Flags|                            |

--- Comment #130 from Darin Adler <darin at apple.com> ---
Comment on attachment 251666
  --> https://bugs.webkit.org/attachment.cgi?id=251666
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=251666&action=review

> Source/WebCore/accessibility/AccessibilityNodeObject.cpp:567
> +    if (!element || !is<HTMLInputElement>(element))

Null check here is redundant; is<HTMLInputElement>(element) includes a null check.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150426/4383ccc1/attachment-0001.html>


More information about the webkit-unassigned mailing list