[Webkit-unassigned] [Bug 179497] AX: AOM: Implement number type properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 20 16:38:57 PST 2017


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

--- Comment #12 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 327320
  --> https://bugs.webkit.org/attachment.cgi?id=327320
patch

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

> Source/WebCore/accessibility/AccessibilityObject.cpp:2171
> +    if (Element* element = this->element())

Use auto in these cases.

> Source/WebCore/accessibility/AccessibilityObject.cpp:2178
> +    if (Element* element = this->element())

Ditto.

> Source/WebCore/accessibility/AccessibilityObject.cpp:2185
> +    if (Element* element = this->element())

Ditto.

-- 
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/20171121/7947781c/attachment.html>


More information about the webkit-unassigned mailing list