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 5edb64b23eeb1873e809a8084dc980989751b97a..074cf87496fcece8e106e2a6ca462a43bbca5280 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js |
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js |
@@ -862,7 +862,7 @@ WebInspector.TimelineFlameChartDataProvider.prototype = { |
}, |
/** |
- * @param {!Segment} segment |
+ * @param {!WebInspector.Segment} segment |
*/ |
_appendSegment: function(segment) |
{ |