12010-06-22 Pavel Feldman <pfeldman@chromium.org>
2
3 Reviewed by NOBODY (OOPS!).
4
5 Web Inspector: move nodeByPath from InjectedScript to InspectorBackend.
6
7 https://bugs.webkit.org/show_bug.cgi?id=40988
8
9 * inspector/InjectedScriptHost.cpp:
10 * inspector/InjectedScriptHost.h:
11 * inspector/InjectedScriptHost.idl:
12 * inspector/InspectorBackend.cpp:
13 (WebCore::InspectorBackend::pushNodeByPathToFrontend):
14 * inspector/InspectorBackend.h:
15 * inspector/InspectorBackend.idl:
16 * inspector/InspectorDOMAgent.cpp:
17 (WebCore::InspectorDOMAgent::pushNodeByPathToFrontend):
18 (WebCore::InspectorDOMAgent::nodeForPath):
19 * inspector/InspectorDOMAgent.h:
20 * inspector/InspectorFrontend.cpp:
21 (WebCore::InspectorFrontend::didPushNodeByPathToFrontend):
22 * inspector/InspectorFrontend.h:
23 * inspector/front-end/DOMAgent.js:
24 * inspector/front-end/ElementsPanel.js:
25 (WebInspector.ElementsPanel.prototype.setDocument):
26 * inspector/front-end/InjectedScript.js:
27 * inspector/front-end/InjectedScriptAccess.js:
28