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 5feef0cc5d7d8bf93bc5c3d5154a16c44b4b2fc6..b4a4045a376d8d2550899691e7d6ec47255dde52 100644 |
--- a/Source/devtools/front_end/timeline/TimelinePanel.js |
+++ b/Source/devtools/front_end/timeline/TimelinePanel.js |
@@ -1104,7 +1104,7 @@ WebInspector.TimelinePanel.prototype = { |
if (this._overviewControls[i] instanceof WebInspector.TimelinePowerOverview) { |
var energy = this._overviewControls[i].calculateEnergy(startTime, endTime); |
contentHelper.appendTextRow(WebInspector.UIString("Energy"), WebInspector.UIString("%.2f Joules", energy)); |
- contentHelper.appendTextRow(WebInspector.UIString("Accuracy"), WebInspector.powerProfiler.getAccuracyLevel()); |
+ contentHelper.appendTextRow(WebInspector.UIString("Accuracy"), this._overviewControls[i].accuracyLevel()); |
break; |
} |
} |