[webkit-reviews] review granted: [Bug 233767] AX: In AccessibilityRenderObject::documentLinks, use existing image-map document links instead of always creating new ones : [Attachment 445733] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 2 11:22:08 PST 2021


chris fleizach <cfleizach at apple.com> has granted  review:
Bug 233767: AX: In AccessibilityRenderObject::documentLinks, use existing
image-map document links instead of always creating new ones
https://bugs.webkit.org/show_bug.cgi?id=233767

Attachment 445733: Patch

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




--- Comment #3 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 445733
  --> https://bugs.webkit.org/attachment.cgi?id=445733
Patch

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

> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2064
> +		       HTMLMapElement& map = downcast<HTMLMapElement>(*parent);

this could be auto& map


More information about the webkit-reviews mailing list