[webkit-reviews] review granted: [Bug 183352] AX: Implement accessible dismiss action on iOS : [Attachment 335773] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 09:15:14 PDT 2018


zalan <zalan at apple.com> has granted chris fleizach <cfleizach at apple.com>'s
request for review:
Bug 183352: AX: Implement accessible dismiss action on iOS
https://bugs.webkit.org/show_bug.cgi?id=183352

Attachment 335773: patch

https://bugs.webkit.org/attachment.cgi?id=335773&action=review




--- Comment #20 from zalan <zalan at apple.com> ---
Comment on attachment 335773
  --> https://bugs.webkit.org/attachment.cgi?id=335773
patch

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

> Source/WebCore/accessibility/ios/AccessibilityObjectIOS.mm:74
> +    for (Node* node = this->node(); node; node = node->parentNode()) {

auto* should do.


More information about the webkit-reviews mailing list