[webkit-reviews] review granted: [Bug 61289] AX WK2 Regression: WebKit outputs incorrect AX position in frames/iframes : [Attachment 94437] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 17 10:32:32 PDT 2011


Darin Adler <darin at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 61289: AX WK2 Regression: WebKit outputs incorrect AX position in
frames/iframes
https://bugs.webkit.org/show_bug.cgi?id=61289

Attachment 94437: patch
https://bugs.webkit.org/attachment.cgi?id=94437&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=94437&action=review

Looks fine.

> Source/WebCore/accessibility/mac/AccessibilityObjectWrapper.mm:1183
> +	   Document* doc = m_object->document();

Normally we prefer to use the name "document" rather than the abbreviation
"doc".


More information about the webkit-reviews mailing list