[Webkit-unassigned] [Bug 147295] AX: VoiceOver unable to access content in malformed trees

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 30 08:47:51 PDT 2015


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

--- Comment #21 from chris fleizach <cfleizach at apple.com> ---
(In reply to comment #20)
> (In reply to comment #18)
> > Comment on attachment 257797 [details]
> > patch
> > 
> > Clearing flags on attachment: 257797
> > 
> > Committed r187582: <http://trac.webkit.org/changeset/187582>
> 
> It broke the Apple Windows build:
> WebCore.lib(AccessibilityAllInOne.obj) : error LNK2019: unresolved external
> symbol "public: static class WTF::Ref<class WebCore::AccessibilityTree>
> __cdecl WebCore::AccessibilityTree::create(class WebCore::RenderObject *)"
> (?create at AccessibilityTree@WebCore@@SA?AV?$Ref at VAccessibilityTree@WebCore@@@W
> TF@@PAVRenderObject at 2@@Z) referenced in function "class WTF::Ref<class
> WebCore::AccessibilityObject> __cdecl WebCore::createFromRenderer(class
> WebCore::RenderObject *)"
> (?createFromRenderer at WebCore@@YA?AV?$Ref at VAccessibilityObject@WebCore@@@WTF@@
> PAVRenderObject at 1@@Z)
> [C:\cygwin\home\buildbot\slave\win-release\build\Source\WebKit\WebKit.
> vcxproj\WebKit\WebKit.vcxproj]
> WebCore.lib(AccessibilityAllInOne.obj) : error LNK2019: unresolved external
> symbol "public: static class WTF::Ref<class WebCore::AccessibilityTreeItem>
> __cdecl WebCore::AccessibilityTreeItem::create(class WebCore::RenderObject
> *)"
> (?create at AccessibilityTreeItem@WebCore@@SA?AV?$Ref at VAccessibilityTreeItem@Web
> Core@@@WTF@@PAVRenderObject at 2@@Z) referenced in function "class
> WTF::Ref<class WebCore::AccessibilityObject> __cdecl
> WebCore::createFromRenderer(class WebCore::RenderObject *)"
> (?createFromRenderer at WebCore@@YA?AV?$Ref at VAccessibilityObject@WebCore@@@WTF@@
> PAVRenderObject at 1@@Z)
> [C:\cygwin\home\buildbot\slave\win-release\build\Source\WebKit\WebKit.
> vcxproj\WebKit\WebKit.vcxproj]
> C:\cygwin\home\buildbot\slave\win-
> release\build\WebKitBuild\Release\bin32\WebKit.dll : fatal error LNK1120: 2
> unresolved externals
> [C:\cygwin\home\buildbot\slave\win-release\build\Source\WebKit\WebKit.
> vcxproj\WebKit\WebKit.vcxproj]


I think you need to add includes for these two new files to AccessibilityAllInOne.cpp

-- 
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/20150730/e55e9e31/attachment-0001.html>


More information about the webkit-unassigned mailing list