Index: Source/WebCore/inspector/front-end/Drawer.js |
=================================================================== |
--- Source/WebCore/inspector/front-end/Drawer.js (revision 143565) |
+++ Source/WebCore/inspector/front-end/Drawer.js (working copy) |
@@ -86,6 +86,7 @@ |
document.body.addStyleClass("drawer-visible"); |
this._floatingStatusBarContainer.insertBefore(document.getElementById("panel-status-bar"), this._floatingStatusBarContainer.firstElementChild); |
this._bottomStatusBar.appendChild(this._viewStatusBar); |
+ this._view.detach(); |
this._view.markAsRoot(); |
this._view.show(this._drawerContentsElement); |