[Webkit-unassigned] [Bug 166026] New: Windows' WebFrameLoaderClient.h needs more final

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 11:03:40 PST 2016


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

            Bug ID: 166026
           Summary: Windows' WebFrameLoaderClient.h needs more final
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: achristensen at apple.com

Source/WebKit/win/WebCoreSupport/WebFrameLoaderClient.h contains many functions marked override.  They should be final.  There are also some virtual functions that don't have override that should have final to make sure we don't make mistakes when changing the parent class.

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


More information about the webkit-unassigned mailing list