[webkit-reviews] review granted: [Bug 262733] AX: optimize accessibilityIsIgnored computation : [Attachment 468176] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 11 15:58:30 PDT 2023


Tyler Wilcock <tyler_w at apple.com> has granted  review:
Bug 262733: AX: optimize accessibilityIsIgnored computation
https://bugs.webkit.org/show_bug.cgi?id=262733

Attachment 468176: Patch

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




--- Comment #18 from Tyler Wilcock <tyler_w at apple.com> ---
Comment on attachment 468176
  --> https://bugs.webkit.org/attachment.cgi?id=468176
Patch

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

> Source/WebCore/accessibility/AccessibilityObject.cpp:3913
> +};

I forgot to remove this semicolon, I don't think it should be there after a
method implementation. My fault :(


More information about the webkit-reviews mailing list