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

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: Rebase 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 3f6a3fceeb4441c0c8c8114dbeec8c052ab53fe7..193830f3227c86e1579d31fd4dec2697ed844e50 100644
--- a/Source/devtools/front_end/timeline/TimelineUIUtils.js
+++ b/Source/devtools/front_end/timeline/TimelineUIUtils.js
@@ -1280,6 +1280,7 @@ WebInspector.TimelinePopupContentHelper.prototype = {
},
/**
+ * @param {string|number} content
* @param {string=} styleName
*/
_createCell: function(content, styleName)
@@ -1296,7 +1297,7 @@ WebInspector.TimelinePopupContentHelper.prototype = {
/**
* @param {string} title
- * @param {string|number|boolean} content
+ * @param {string|number} content
*/
appendTextRow: function(title, content)
{
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | Source/devtools/front_end/timeline/TimelineView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698