Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: LayoutTests/inspector/elements/styles/lazy-computed-style.html

Issue 268293003: DevTools: Get rid of WebInspector.panels (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698