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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |