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

Unified Diff: Source/devtools/front_end/sources/CallStackSidebarPane.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/sources/CallStackSidebarPane.js
diff --git a/Source/devtools/front_end/sources/CallStackSidebarPane.js b/Source/devtools/front_end/sources/CallStackSidebarPane.js
index b3d165bea1ba1a8f41b38d1138459e90d4384a99..ce6eb9cd5b631ff929b65e9d047978f0f0360584 100644
--- a/Source/devtools/front_end/sources/CallStackSidebarPane.js
+++ b/Source/devtools/front_end/sources/CallStackSidebarPane.js
@@ -149,6 +149,7 @@ WebInspector.CallStackSidebarPane.prototype = {
/**
* @param {!WebInspector.CallStackSidebarPane.Placard} placard
+ * @param {?Event} event
*/
_placardContextMenu: function(placard, event)
{
@@ -163,6 +164,7 @@ WebInspector.CallStackSidebarPane.prototype = {
/**
* @param {number} index
+ * @param {?Event} event
*/
_asyncPlacardContextMenu: function(index, event)
{

Powered by Google App Engine
This is Rietveld 408576698