[Webkit-unassigned] [Bug 20536] New: Build Failure: Unresolved Symbol accessibilityIgnoreAttachment
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 26 18:48:41 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20536
Summary: Build Failure: Unresolved Symbol
accessibilityIgnoreAttachment
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Major
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: sankaraditya+bugzilla at gmail.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list