| 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));
|
| }
|
|
|
|
|