[webkit-reviews] review granted: [Bug 120027] AXObjectCache's accessibilityEnhancedUserInterfaceEnabled should be initialized on process creation : [Attachment 209120] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 19 14:44:16 PDT 2013


Sam Weinig <sam at webkit.org> has granted Beth Dakin <bdakin at apple.com>'s request
for review:
Bug 120027: AXObjectCache's accessibilityEnhancedUserInterfaceEnabled should be
initialized on process creation
https://bugs.webkit.org/show_bug.cgi?id=120027

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

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=209120&action=review


> Source/WebKit2/WebProcess/mac/WebProcessMac.mm:188
> +   
AXObjectCache::setEnhancedUserInterfaceAccessibility(parameters.accessibilityEn
hancedUserInterfaceEnabled);

You can call
setEnhancedAccessibility(parameters.accessibilityEnhancedUserInterfaceEnabled)
here instead.


More information about the webkit-reviews mailing list