[Webkit-unassigned] [Bug 197026] New: AX: AccessibilityObject::parentObject() doesn't need to be pure virtual

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 17 11:13:18 PDT 2019


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

            Bug ID: 197026
           Summary: AX: AccessibilityObject::parentObject() doesn't need
                    to be pure virtual
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: webkit-bug-importer at group.apple.com

Rather than expect all subclasses to override `parentObject`, we can provide a stub implementation that does nothing so that we never have to worry about calling a pure virtual function (if we missed a subclass).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190417/a5c02680/attachment.html>


More information about the webkit-unassigned mailing list