| Index: Source/devtools/front_end/SplitView.js
|
| diff --git a/Source/devtools/front_end/SplitView.js b/Source/devtools/front_end/SplitView.js
|
| index 296a45f8463a6d1ab58415b22c1dffbed46e64af..dd61510f43e0e7ead60ab156b2d5818252a4bcc6 100644
|
| --- a/Source/devtools/front_end/SplitView.js
|
| +++ b/Source/devtools/front_end/SplitView.js
|
| @@ -818,9 +818,9 @@ WebInspector.SplitView.prototype = {
|
| {
|
| var show = this._isShowingOne;
|
| if (show)
|
| - this.showBoth();
|
| + this.showBoth(true);
|
| else
|
| - this.hideSidebar();
|
| + this.hideSidebar(true);
|
| }
|
|
|
| return this._showHideSidebarButton;
|
|
|