Skip to content
  • andersca@apple.com's avatar
    Remove another unused FrameLoaderClient callback · 6a60daad
    andersca@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=127192
    
    Reviewed by Dan Bernstein.
    
    Source/WebCore:
    
    FrameLoaderClient::dispatchDocumentElementAvailable() was only used by the Chromium port, so remove it.
    
    * html/ImageDocument.cpp:
    (WebCore::ImageDocument::createDocumentStructure):
    * html/MediaDocument.cpp:
    (WebCore::MediaDocumentParser::createDocumentStructure):
    * html/PluginDocument.cpp:
    (WebCore::PluginDocumentParser::createDocumentStructure):
    * html/parser/HTMLConstructionSite.cpp:
    (WebCore::HTMLConstructionSite::dispatchDocumentElementAvailableIfNeeded):
    * loader/EmptyClients.h:
    * loader/FrameLoader.cpp:
    * loader/FrameLoader.h:
    * loader/FrameLoaderClient.h:
    * xml/parser/XMLDocumentParserLibxml2.cpp:
    (WebCore::XMLDocumentParser::startElementNs):
    
    Source/WebKit/efl:
    
    * WebCoreSupport/FrameLoaderClientEfl.cpp:
    * WebCoreSupport/FrameLoaderClientEfl.h:
    
    Source/WebKit/gtk:
    
    * WebCoreSupport/FrameLoaderClientGtk.cpp:
    * WebCoreSupport/FrameLoaderClientGtk.h:
    
    Source/WebKit/mac:
    
    * WebCoreSupport/WebFrameLoaderClient.h:
    * WebCoreSupport/WebFrameLoaderClient.mm:
    
    Source/WebKit/win:
    
    * WebCoreSupport/WebFrameLoaderClient.cpp:
    * WebCoreSupport/WebFrameLoaderClient.h:
    
    Source/WebKit/wince:
    
    * WebCoreSupport/FrameLoaderClientWinCE.cpp:
    * WebCoreSupport/FrameLoaderClientWinCE.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@162227 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    6a60daad