Bug 20536 - Build Failure: Unresolved Symbol accessibilityIgnoreAttachment
Summary: Build Failure: Unresolved Symbol accessibilityIgnoreAttachment
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-26 18:48 PDT by Sankar Aditya Tanguturi
Modified: 2008-08-29 11:02 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sankar Aditya Tanguturi 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.
Comment 1 Alexey Proskuryakov 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.
Comment 2 Sankar Aditya Tanguturi 2008-08-29 11:02:14 PDT
I have checked out the latest code from repository. Issue is resolved.

~ Thanks.