[Webkit-unassigned] [Bug 116636] [Mac] accessibility/document-attributes.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 25 10:57:13 PDT 2015


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

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

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

> Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:3061
> +        if (document)

this can be
if (Document *doc = m_object->document())
    return ...

> Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:3069
> +            return document->encoding();

ditto

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150825/084096b3/attachment.html>


More information about the webkit-unassigned mailing list