Skip to content
  • andersca@apple.com's avatar
    Add OVERRIDE to overrides of virtual member functions in client classes · b4a311d2
    andersca@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=68702
    
    Reviewed by Darin Adler.
    
    Disable the warning in Xcode and VS2005 for using override and final when compiling as C++98,
    and remove WebEditorClient::isEditable, WebChromeClient::formDidFocus,
    WebChromeClient::formDidBlur and WebFrameLoaderClient::dispatchDidLoadResourceByXMLHttpRequest since
    they have been removed from their respective base classes.
            
    * Configurations/Base.xcconfig:
    * WebProcess/WebCoreSupport/WebChromeClient.cpp:
    * WebProcess/WebCoreSupport/WebChromeClient.h:
    * WebProcess/WebCoreSupport/WebContextMenuClient.h:
    * WebProcess/WebCoreSupport/WebDatabaseManager.h:
    * WebProcess/WebCoreSupport/WebDragClient.h:
    * WebProcess/WebCoreSupport/WebEditorClient.cpp:
    * WebProcess/WebCoreSupport/WebEditorClient.h:
    * WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
    * WebProcess/WebCoreSupport/WebFrameLoaderClient.h:
    * WebProcess/WebCoreSupport/WebGeolocationClient.h:
    * WebProcess/WebCoreSupport/WebInspectorClient.h:
    * WebProcess/WebCoreSupport/WebInspectorFrontendClient.h:
    * WebProcess/WebCoreSupport/WebPlatformStrategies.h:
    * WebProcess/WebCoreSupport/WebPopupMenu.h:
    * WebProcess/WebCoreSupport/WebSearchPopupMenu.h:
    * win/WebKit2Common.vsprops:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95834 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    b4a311d2