| Index: LayoutTests/http/tests/inspector/template-content-inspect-crash.html
|
| diff --git a/LayoutTests/http/tests/inspector/template-content-inspect-crash.html b/LayoutTests/http/tests/inspector/template-content-inspect-crash.html
|
| index 2e18c02a5a40adb573220e37ce2d50f9e563dd18..45f06afe9dd3a0375ac71582b26703e525d45ccf 100644
|
| --- a/LayoutTests/http/tests/inspector/template-content-inspect-crash.html
|
| +++ b/LayoutTests/http/tests/inspector/template-content-inspect-crash.html
|
| @@ -16,7 +16,7 @@ function test()
|
|
|
| InspectorTest.expandElementsTree(function() {
|
| var contentNode = InspectorTest.expandedNodeWithId("tpl").templateContent();
|
| - WebInspector.panels.elements.selectDOMNode(contentNode, true);
|
| + WebInspector.inspectorView.panel("elements").selectDOMNode(contentNode, true);
|
| InspectorTest.evaluateInConsole("$0", callback);
|
| });
|
|
|
|
|