Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1381)

Unified Diff: Source/devtools/front_end/timeline/TimelineUIUtils.js

Issue 301163005: DevTools: [JSDoc] Avoid partial arg list annotations in code except "profiler" module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
{

Powered by Google App Engine
This is Rietveld 408576698