| Index: LayoutTests/http/tests/inspector/command-line-api-inspect.html
|
| diff --git a/LayoutTests/http/tests/inspector/command-line-api-inspect.html b/LayoutTests/http/tests/inspector/command-line-api-inspect.html
|
| index 9d92851dec2be8bfa24bcc7db31d20f42ee018e7..16f6b2519fed0d80d1874bcfb5f2ab125a0af797 100644
|
| --- a/LayoutTests/http/tests/inspector/command-line-api-inspect.html
|
| +++ b/LayoutTests/http/tests/inspector/command-line-api-inspect.html
|
| @@ -43,7 +43,7 @@ function test()
|
| if (!(node instanceof WebInspector.DOMNode))
|
| return;
|
|
|
| - InspectorTest.addResult("Selected node id: '" + WebInspector.panels.elements.selectedDOMNode().getAttribute("id") + "'.");
|
| + InspectorTest.addResult("Selected node id: '" + WebInspector.inspectorView.panel("elements").selectedDOMNode().getAttribute("id") + "'.");
|
| next();
|
| }
|
| }
|
|
|