| Index: third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js b/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| index ea2c119469642583e5b81fc3d4d4f5ab8eaf480b..95178e7d733dfaa0cc30c5f30b9f09be1237faa4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| @@ -64,7 +64,7 @@ UI.InspectorView = class extends UI.VBox {
|
| this._tabbedPane.setTabSlider(true);
|
| this._tabbedPane.addEventListener(UI.TabbedPane.Events.TabSelected, this._tabSelected, this);
|
|
|
| - if (InspectorFrontendHost.isUnderTest())
|
| + if (Host.isUnderTest())
|
| this._tabbedPane.setAutoSelectFirstItemOnShow(false);
|
| this._drawerSplitWidget.setMainWidget(this._tabbedPane);
|
|
|
|
|