After 162986, https://bugs.webkit.org/show_bug.cgi?id=127688, an implementation for rowHeaders and columnHeaders was left out of AccessibilityUIElementIOS. We need stubs or reference a common Mac implementation of these methods.
i'll take care of this now
Thanks! I've added the Tools subdirectory to the CI builds.
Created attachment 222681 [details] patch
Sorry, one more thing - DumpRenderTree also needs implementations.
(In reply to comment #4) > Sorry, one more thing - DumpRenderTree also needs implementations. Did DRT fail, because I saw this line was added #if !PLATFORM(MAC) void AccessibilityUIElement::uiElementArrayAttributeValue(JSStringRef, Vector<AccessibilityUIElement>&) const { } void AccessibilityUIElement::columnHeaders(Vector<AccessibilityUIElement>&) const { } void AccessibilityUIElement::rowHeaders(Vector<AccessibilityUIElement>&) const { } #endif
It did but I must be behind that change, I don't have those lines in r163079. If those were added after that, then disregard and I'll update :)
Comment on attachment 222681 [details] patch Thanks!
Comment on attachment 222681 [details] patch Clearing flags on attachment: 222681 Committed r163117: <http://trac.webkit.org/changeset/163117>
All reviewed patches have been landed. Closing bug.