[Webkit-unassigned] [Bug 141862] AX: Expose caret browsing preference to accessibility API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 10:43:11 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=141862

--- Comment #23 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 247430
  --> https://bugs.webkit.org/attachment.cgi?id=247430
Caret Browsing

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

> Source/WebCore/accessibility/mac/AccessibilityObjectMac.mm:119
> +    if (!frame)

this can probably be written as
if (Frame* frame = this->frame())
   frame->settings()....

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150226/895c7f06/attachment-0002.html>


More information about the webkit-unassigned mailing list