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

Unified Diff: Source/devtools/front_end/ui/treeoutline.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
« no previous file with comments | « Source/devtools/front_end/ui/TextPrompt.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/treeoutline.js
diff --git a/Source/devtools/front_end/ui/treeoutline.js b/Source/devtools/front_end/ui/treeoutline.js
index 67e35832fded00893b6626f7d545ffcef73daa9c..a9e1efa133e60fb5a348994faf1539bf1fea439b 100644
--- a/Source/devtools/front_end/ui/treeoutline.js
+++ b/Source/devtools/front_end/ui/treeoutline.js
@@ -283,6 +283,8 @@ TreeOutline.prototype.getCachedTreeElement = function(representedObject)
/**
* @param {?Object} representedObject
+ * @param {function(!Object, !Object):boolean} isAncestor
+ * @param {function(!Object):?Object} getParent
* @return {?TreeElement}
*/
TreeOutline.prototype.findTreeElement = function(representedObject, isAncestor, getParent)
« no previous file with comments | « Source/devtools/front_end/ui/TextPrompt.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698