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

Unified Diff: LayoutTests/http/tests/inspector/template-content-inspect-crash.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/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);
});

Powered by Google App Engine
This is Rietveld 408576698