| Index: third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js
|
| index 12838fd3346075c9ed6fa24781abaf44bb2b8731..1d3619c5337d2f3b17a06d795c7b662e047aab65 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js
|
| @@ -112,7 +112,6 @@ Sources.CallStackSidebarPane = class extends UI.SimpleView {
|
| this._hiddenCallFramesMessageElement = element;
|
| }
|
| this._selectNextVisibleCallFrame(0);
|
| - this.revealView();
|
| }
|
|
|
| /**
|
|
|