Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js |
index 245e93bb8a8c2c1704e8337c2650be84be21499b..ebbec5604afd7d5131cd65f7d91da088e4e3ce0d 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js |
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js |
@@ -818,7 +818,7 @@ WebInspector.TimelineFlameChartDataProvider.prototype = { |
}, |
/** |
- * @param {!WebInspector.Segment} segment |
+ * @param {!Segment} segment |
*/ |
_appendSegment: function(segment) |
{ |