| Index: third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js b/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
|
| index 26c3302ae27a223cc12ee4d254ffc225c6c16828..6914316da53036a7a167bf2b6f3c32d64809d0c3 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
|
| @@ -35,7 +35,6 @@ WebInspector.AdvancedApp.prototype = {
|
| WebInspector.dockController.addEventListener(WebInspector.DockController.Events.AfterDockSideChanged, this._onAfterDockSideChange, this);
|
| this._onDockSideChange();
|
|
|
| - WebInspector.inspectorView.showInitialPanel();
|
| console.timeStamp("AdvancedApp.attachToBody");
|
| rootView.attachToDocument(document);
|
| this._inspectedPagePlaceholder.update();
|
|
|