Skip to content
  • pfeldman@chromium.org's avatar
    Web Inspector: remove Node parameter from the InspectorClient::highlight · b0781ec8
    pfeldman@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=65549
    
    Patch by Pavel Feldman <pfeldman@chromium.org> on 2011-08-03
    Reviewed by Yury Semikhatsky.
    
    Source/WebCore:
    
    * inspector/InspectorClient.h:
    * inspector/InspectorDOMAgent.cpp:
    (WebCore::InspectorDOMAgent::highlight):
    * loader/EmptyClients.h:
    (WebCore::EmptyInspectorClient::highlight):
    
    Source/WebKit/chromium:
    
    * src/InspectorClientImpl.cpp:
    (WebKit::InspectorClientImpl::highlight):
    * src/InspectorClientImpl.h:
    * src/WebDevToolsAgentImpl.cpp:
    (WebKit::WebDevToolsAgentImpl::highlight):
    * src/WebDevToolsAgentImpl.h:
    
    Source/WebKit/efl:
    
    * WebCoreSupport/InspectorClientEfl.cpp:
    (WebCore::InspectorClientEfl::highlight):
    * WebCoreSupport/InspectorClientEfl.h:
    
    Source/WebKit/gtk:
    
    * WebCoreSupport/InspectorClientGtk.cpp:
    (WebKit::InspectorClient::highlight):
    * WebCoreSupport/InspectorClientGtk.h:
    
    Source/WebKit/haiku:
    
    * WebCoreSupport/InspectorClientHaiku.cpp:
    (WebCore::InspectorClientHaiku::highlight):
    * WebCoreSupport/InspectorClientHaiku.h:
    
    Source/WebKit/mac:
    
    * WebCoreSupport/WebInspectorClient.h:
    * WebCoreSupport/WebInspectorClient.mm:
    (WebInspectorClient::highlight):
    * WebInspector/WebNodeHighlighter.h:
    * WebInspector/WebNodeHighlighter.mm:
    (-[WebNodeHighlighter highlight]):
    
    Source/WebKit/qt:
    
    * WebCoreSupport/InspectorClientQt.cpp:
    (WebCore::InspectorClientQt::highlight):
    * WebCoreSupport/InspectorClientQt.h:
    
    Source/WebKit/win:
    
    * WebCoreSupport/WebInspectorClient.cpp:
    (WebInspectorClient::highlight):
    * WebCoreSupport/WebInspectorClient.h:
    
    Source/WebKit/wince:
    
    * WebCoreSupport/InspectorClientWinCE.cpp:
    (WebKit::InspectorClientWinCE::highlight):
    * WebCoreSupport/InspectorClientWinCE.h:
    
    Source/WebKit/wx:
    
    * WebKitSupport/InspectorClientWx.cpp:
    (WebCore::InspectorClientWx::highlight):
    * WebKitSupport/InspectorClientWx.h:
    
    Source/WebKit2:
    
    * WebProcess/WebCoreSupport/WebInspectorClient.cpp:
    (WebKit::WebInspectorClient::highlight):
    * WebProcess/WebCoreSupport/WebInspectorClient.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@92265 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    b0781ec8