Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineView.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineView.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineView.js |
index d8ecb872730225ded21da8a8f12071c5c12a66f9..018f46d6fe950e7b2a6c97b4bb0861a393f121a0 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineView.js |
@@ -340,7 +340,7 @@ WebInspector.TimelineView.prototype = { |
idle -= aggregatedStats[category]; |
aggregatedStats["idle"] = idle; |
- var contentHelper = new WebInspector.TimelineDetailsContentHelper(null, null, null, true); |
+ var contentHelper = new WebInspector.TimelineDetailsContentHelper(null, null, null); |
var pieChart = WebInspector.TimelineUIUtils.generatePieChart(aggregatedStats); |
var title = WebInspector.TimelineUIUtils.eventTitle(presentationRecord.record().traceEvent()); |
contentHelper.appendTextRow(WebInspector.UIString("Type"), title); |