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 95178e7d733dfaa0cc30c5f30b9f09be1237faa4..213aff56248f96bcca2fae7129410db1c6cdd2b0 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); |