Index: Source/devtools/front_end/profiler/ProfilesPanel.js |
diff --git a/Source/devtools/front_end/profiler/ProfilesPanel.js b/Source/devtools/front_end/profiler/ProfilesPanel.js |
index 16f4da8604c377b77dff97a70bc93f019c5ed48c..05ef0423a516843e17713cc0a970026609ccf5c3 100644 |
--- a/Source/devtools/front_end/profiler/ProfilesPanel.js |
+++ b/Source/devtools/front_end/profiler/ProfilesPanel.js |
@@ -920,7 +920,7 @@ WebInspector.ProfilesPanel.prototype = { |
*/ |
WebInspector.ProfileTypeSidebarSection = function(dataDisplayDelegate, profileType) |
{ |
- WebInspector.SidebarSectionTreeElement.call(this, profileType.treeItemTitle, true); |
+ WebInspector.SidebarSectionTreeElement.call(this, profileType.treeItemTitle); |
this._dataDisplayDelegate = dataDisplayDelegate; |
this._profileTreeElements = []; |
this._profileGroups = {}; |