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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/sources-panel-focus-editor-on-select.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/inspector/sources/sources-panel-focus-editor-on-select.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/sources-panel-focus-editor-on-select.html b/third_party/WebKit/LayoutTests/inspector/sources/sources-panel-focus-editor-on-select.html
index 604bcf6486cc43a090a6941dcc43638591a9dee8..bfef890437664f272cc02d7a642fbf9ec1414ae1 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/sources-panel-focus-editor-on-select.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/sources-panel-focus-editor-on-select.html
@@ -9,8 +9,8 @@ function test()
function onSourceFrame(sourceFrame)
{
InspectorTest.addResult("initial: focused = " + sourceFrame.hasFocus());
- WebInspector.inspectorView.showPanel("elements")
- .then(() => WebInspector.inspectorView.showPanel("sources"))
+ UI.inspectorView.showPanel("elements")
+ .then(() => UI.inspectorView.showPanel("sources"))
.then(onPanelReselected.bind(null, sourceFrame));
}

Powered by Google App Engine
This is Rietveld 408576698