[Webkit-unassigned] [Bug 22461] New: AccessibilityListBox::doAccessibilityHitTest() signature does not match the base class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 24 12:20:59 PST 2008


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

           Summary: AccessibilityListBox::doAccessibilityHitTest() signature
                    does not match the base class
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: cfleizach at apple.com


AccessibilityListBox has:
AccessibilityListBox::doAccessibilityHitTest(const IntPoint&);

base class has:

AccessibilityRenderObject::doAccessibilityHitTest(const IntPoint&) const;

note the different in 'const' which mean that the AccessibilityListBox will not
override the base class method.


-- 
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