| Index: LayoutTests/inspector/elements/styles/lazy-computed-style.html
|
| diff --git a/LayoutTests/inspector/elements/styles/lazy-computed-style.html b/LayoutTests/inspector/elements/styles/lazy-computed-style.html
|
| index 73a558e2cf7ec3a8b1e7c0209d92bfd12b4ed2bf..683c5508f358226a5ae63d632b08132f5fc4aa44 100644
|
| --- a/LayoutTests/inspector/elements/styles/lazy-computed-style.html
|
| +++ b/LayoutTests/inspector/elements/styles/lazy-computed-style.html
|
| @@ -30,7 +30,7 @@ function test()
|
| InspectorTest.addResult("==== All styles (should be no computed) ====");
|
| InspectorTest.dumpSelectedElementStyles(false, false);
|
| InspectorTest.addSniffer(WebInspector.ComputedStyleSidebarPane.prototype, "onContentReady", step2);
|
| - WebInspector.panels.elements.sidebarPanes.computedStyle.expand();
|
| + WebInspector.inspectorView.panel("elements").sidebarPanes.computedStyle.expand();
|
| }
|
|
|
| function step2()
|
|
|