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 f912de5b8182a75b2d39596188c1923d2aa15145..b5444891887a63aa059908d1757221812651fc14 100644 |
--- a/Source/devtools/front_end/timeline/TimelineUIUtils.js |
+++ b/Source/devtools/front_end/timeline/TimelineUIUtils.js |
@@ -1269,6 +1269,7 @@ WebInspector.TimelinePopupContentHelper.prototype = { |
}, |
/** |
+ * @param {string|number} content |
* @param {string=} styleName |
*/ |
_createCell: function(content, styleName) |
@@ -1285,7 +1286,7 @@ WebInspector.TimelinePopupContentHelper.prototype = { |
/** |
* @param {string} title |
- * @param {string|number|boolean} content |
+ * @param {string|number} content |
*/ |
appendTextRow: function(title, content) |
{ |