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 92cc9e232e08ab74bc078c26bf50e95c8727bc3b..60bb682003f03e65fa1f355df91c92ed9e7e4dbb 100644 |
--- a/Source/devtools/front_end/timeline/TimelinePanel.js |
+++ b/Source/devtools/front_end/timeline/TimelinePanel.js |
@@ -1146,6 +1146,7 @@ WebInspector.TimelineDetailsView.prototype = { |
}, |
/** |
+ * @param {string} title |
* @param {!WebInspector.View} view |
*/ |
setChildView: function(title, view) |