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

Unified Diff: LayoutTests/http/tests/inspector/command-line-api-inspect.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/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();
}
}

Powered by Google App Engine
This is Rietveld 408576698