| Index: third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js b/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| index 8a6deaf7da55fa0dcf1956f5a73f811d5372be6b..c3ea26f1796b820cd2c2a04e448426ede0a489dc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| @@ -453,6 +453,7 @@ Profiler.ProfileTypeSidebarSection = class extends UI.TreeElement {
|
| this._profileGroups = {};
|
| this.expand();
|
| this.hidden = true;
|
| + this.setCollapsible(false);
|
| }
|
|
|
| /**
|
|
|