| Index: third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-setInspectModeEnabled.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-setInspectModeEnabled.html b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-setInspectModeEnabled.html
|
| index 24432f9c0364e39ff83e0d14f00dba7c3f494a1b..f10e98eb97ecedc182d00caf50d709f21450064d 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-setInspectModeEnabled.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-setInspectModeEnabled.html
|
| @@ -7,9 +7,10 @@ function test()
|
| {
|
| var nodeInfo = {};
|
| InspectorTest.eventHandler["DOM.setChildNodes"] = setChildNodes;
|
| - InspectorTest.eventHandler["DOM.inspectNodeRequested"] = inspectNodeRequested;
|
| + InspectorTest.eventHandler["Overlay.inspectNodeRequested"] = inspectNodeRequested;
|
| InspectorTest.sendCommand("DOM.enable", {});
|
| - InspectorTest.sendCommand("DOM.setInspectMode", { "mode": "searchForNode", highlightConfig: {} }, onSetModeEnabled);
|
| + InspectorTest.sendCommand("Overlay.enable", {});
|
| + InspectorTest.sendCommand("Overlay.setInspectMode", { "mode": "searchForNode", highlightConfig: {} }, onSetModeEnabled);
|
|
|
| function onSetModeEnabled(message)
|
| {
|
|
|