| Index: Source/devtools/front_end/timeline/TimelinePanel.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelinePanel.js b/Source/devtools/front_end/timeline/TimelinePanel.js
|
| index ba54e20c1fba7ccc7b9c371c5a9bd0b478bac3d0..495ef5436a7ea3725d5a9ceb78a9826e9ffcb5a4 100644
|
| --- a/Source/devtools/front_end/timeline/TimelinePanel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelinePanel.js
|
| @@ -1350,7 +1350,7 @@ WebInspector.TimelineDetailsView = function(timelineModel)
|
|
|
| if (Runtime.experiments.isEnabled("timelineTreeView")) {
|
| this._heavyTreeView = new WebInspector.TimelineTreeView(timelineModel);
|
| - this.appendTab(WebInspector.TimelinePanel.DetailsTab.BottomUpTree, WebInspector.UIString("Costly Functions"), this._heavyTreeView);
|
| + this.appendTab(WebInspector.TimelinePanel.DetailsTab.BottomUpTree, WebInspector.UIString("Aggregated Details"), this._heavyTreeView);
|
| }
|
|
|
| this._staticTabs = new Set([
|
|
|