accessibility/document-attributes.html has been failing probably ever since the test was added.
<rdar://problem/16014080>
Created attachment 259859 [details] patch
Comment on attachment 259859 [details] 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
Created attachment 259862 [details] patch
Comment on attachment 259862 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=259862&action=review > Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:3060 > + if (Document *document = m_object->document()) * on wrong side > Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:3066 > + if (Document *document = m_object->document()) * on wrong side
Created attachment 259865 [details] patch
Comment on attachment 259865 [details] patch Clearing flags on attachment: 259865 Committed r188930: <http://trac.webkit.org/changeset/188930>
All reviewed patches have been landed. Closing bug.