Index: Source/devtools/front_end/timeline/TimelineUIUtils.js |
diff --git a/Source/devtools/front_end/timeline/TimelineUIUtils.js b/Source/devtools/front_end/timeline/TimelineUIUtils.js |
index bd9c05e3dfd31125bc6ff2e308c78b376ceec1b9..fc02a796303caf5ef3b3e41c5e6f919e9149c4c3 100644 |
--- a/Source/devtools/front_end/timeline/TimelineUIUtils.js |
+++ b/Source/devtools/front_end/timeline/TimelineUIUtils.js |
@@ -276,7 +276,7 @@ WebInspector.TimelineUIUtils.generatePieChart = function(aggregatedStats, selfCa |
} |
/** |
- * @param {!WebInspector.TimelineFrameModel} frameModel |
+ * @param {!WebInspector.TimelineFrameModelBase} frameModel |
* @param {!WebInspector.TimelineFrame} frame |
* @return {!Element} |
*/ |