Bug 166026

Summary: Windows' WebFrameLoaderClient.h needs more final
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bfulgham, pvollan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Alex Christensen
Reported 2016-12-19 11:03:40 PST
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.