RESOLVED FIXED 128004
DumpRenderTree iOS fails to link: missing rowHeaders and columnHeaders in AccessibilityUIElement
https://bugs.webkit.org/show_bug.cgi?id=128004
Summary DumpRenderTree iOS fails to link: missing rowHeaders and columnHeaders in Acc...
David Farler
Reported 2014-01-31 11:10:25 PST
Looks like these stubs were missing. "__ZNK22AccessibilityUIElement10rowHeadersERN3WTF6VectorIS_Lm0ENS0_15CrashOnOverflowEEE", referenced from: __ZL18rowHeadersCallbackPK15OpaqueJSContextP13OpaqueJSValueS3_mPKPKS2_PS5_ in libDumpRenderTree.a(AccessibilityUIElement.o) "__ZNK22AccessibilityUIElement13columnHeadersERN3WTF6VectorIS_Lm0ENS0_15CrashOnOverflowEEE", referenced from: __ZL21columnHeadersCallbackPK15OpaqueJSContextP13OpaqueJSValueS3_mPKPKS2_PS5_ in libDumpRenderTree.a(AccessibilityUIElement.o)
Attachments
Patch (1.45 KB, patch)
2014-01-31 11:11 PST, David Farler
cfleizach: review+
David Farler
Comment 1 2014-01-31 11:11:54 PST
David Farler
Comment 2 2014-01-31 11:52:34 PST
Note You need to log in before you can comment on or make changes to this bug.