Bug 20536
Summary: | Build Failure: Unresolved Symbol accessibilityIgnoreAttachment | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sankar Aditya Tanguturi <sankaraditya+bugzilla> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | CLOSED FIXED | ||
Severity: | Major | CC: | ap, sankaraditya+bugzilla |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP |
Sankar Aditya Tanguturi
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
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
I have checked out the latest code from repository. Issue is resolved.
~ Thanks.