| 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 1b30aa8f6965f09ac9811d77bc97bcd6a1d70848..26c3302ae27a223cc12ee4d254ffc225c6c16828 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
|
| @@ -24,6 +24,7 @@ WebInspector.AdvancedApp.prototype = {
|
| this._rootSplitWidget.show(rootView.element);
|
|
|
| this._rootSplitWidget.setSidebarWidget(WebInspector.inspectorView);
|
| + WebInspector.inspectorView.setOwnerSplit(this._rootSplitWidget);
|
|
|
| this._inspectedPagePlaceholder = new WebInspector.InspectedPagePlaceholder();
|
| this._inspectedPagePlaceholder.addEventListener(WebInspector.InspectedPagePlaceholder.Events.Update, this._onSetInspectedPageBounds.bind(this), this);
|
|
|