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