| 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 1f28a061d20d18869f40393c645d5493ad662ba7..1a61d1231839106d083a682894ce7f2d819ddf23 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| @@ -608,8 +608,6 @@ Profiler.ProfilesPanel = class extends UI.PanelWithSidebar {
|
| this.profileViews.removeChildren();
|
| this._profileViewToolbar.removeToolbarItems();
|
|
|
| - this.removeAllListeners();
|
| -
|
| this._profileViewToolbar.element.classList.remove('hidden');
|
| this.clearResultsButton.element.classList.remove('hidden');
|
| this.profilesItemTreeElement.select();
|
|
|