| 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 5e83c1208a293df247fdb48b8041ea57983f2296..e72872cf2d12823338f312a5ea9b54f49aa8a29d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| @@ -58,7 +58,9 @@ UI.InspectorView = class extends UI.VBox {
|
|
|
| // Create main area tabbed pane.
|
| this._tabbedLocation = UI.viewManager.createTabbedLocation(
|
| - InspectorFrontendHost.bringToFront.bind(InspectorFrontendHost), 'panel', true, true);
|
| + InspectorFrontendHost.bringToFront.bind(InspectorFrontendHost), 'panel', true, true,
|
| + Runtime.queryParam('panel'));
|
| +
|
| this._tabbedPane = this._tabbedLocation.tabbedPane();
|
| this._tabbedPane.registerRequiredCSS('ui/inspectorViewTabbedPane.css');
|
| this._tabbedPane.setTabSlider(true);
|
|
|