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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/template-content-inspect-crash.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/http/tests/inspector/template-content-inspect-crash.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/template-content-inspect-crash.html b/third_party/WebKit/LayoutTests/http/tests/inspector/template-content-inspect-crash.html
index b4923f9cb0b2e5561cca8fb6467a3b1d70d320f8..c61ef8c6a2c8fea091ae29c718baca349ff7e811 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/template-content-inspect-crash.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/template-content-inspect-crash.html
@@ -9,7 +9,7 @@ function test()
{
InspectorTest.expandElementsTree(function() {
var contentNode = InspectorTest.expandedNodeWithId("tpl").templateContent();
- WebInspector.panels.elements.selectDOMNode(contentNode, true);
+ UI.panels.elements.selectDOMNode(contentNode, true);
InspectorTest.evaluateInConsole("$0", callback);
});

Powered by Google App Engine
This is Rietveld 408576698