WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
CLOSED FIXED
20536
Build Failure: Unresolved Symbol accessibilityIgnoreAttachment
https://bugs.webkit.org/show_bug.cgi?id=20536
Summary
Build Failure: Unresolved Symbol accessibilityIgnoreAttachment
Sankar Aditya Tanguturi
Reported
2008-08-26 18:48:40 PDT
I have checked out the code from the repository. When I built the code, I encountered the following issue: <error> Unresolved Symbol accessibilityIgnoreAttachment </error> After doing a little bit browsing through the code base, I could find that the issue is because of Changeset 35939. In that changeset, AccessibilityObject.h has been modified and a new function i.e accessibilityIgnoreAttachment() has been introduced. The same function has been referenced/called from AccessibilityRenderedObject.cpp file. But, the changeset has not introduced any function body for accessibilityIgnoreAttachment() function in AccessibilityObject.cpp file. Because of this, build fails. I don't know whether I have the permission to log p1 bug or not. So, I am just leaving this as P2 and setting the severity to Major. ~ Thanks Sankar.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2008-08-28 04:17:28 PDT
What port are you seeing this with? This was fixed for Qt in
r35963
, and looking at WebCore/page/win/AccessibilityObjectWin.cpp, I see that it has this function, too.
Sankar Aditya Tanguturi
Comment 2
2008-08-29 11:02:14 PDT
I have checked out the latest code from repository. Issue is resolved. ~ Thanks.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug