NEW 166026
Windows' WebFrameLoaderClient.h needs more final
https://bugs.webkit.org/show_bug.cgi?id=166026
Summary Windows' WebFrameLoaderClient.h needs more final
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.