Index: Source/devtools/front_end/profiler/ProfilesPanel.js |
diff --git a/Source/devtools/front_end/profiler/ProfilesPanel.js b/Source/devtools/front_end/profiler/ProfilesPanel.js |
index 79c47adee8d15bdc4a50764e777b38db1093be27..c6d1fa741018426c903167d7673ae1835a0b3551 100644 |
--- a/Source/devtools/front_end/profiler/ProfilesPanel.js |
+++ b/Source/devtools/front_end/profiler/ProfilesPanel.js |
@@ -290,6 +290,7 @@ WebInspector.ProfileType.DataDisplayDelegate.prototype = { |
/** |
* @constructor |
* @extends {WebInspector.TargetAwareObject} |
+ * @param {!WebInspector.Target} target |
* @param {!WebInspector.ProfileType} profileType |
* @param {string} title |
*/ |
@@ -978,6 +979,7 @@ WebInspector.ProfilesPanel.prototype = { |
}, |
/** |
+ * @param {?Event} event |
* @param {!WebInspector.ContextMenu} contextMenu |
* @param {!Object} target |
*/ |
@@ -1179,6 +1181,7 @@ WebInspector.ProfilesPanel.ContextMenuProvider = function() |
WebInspector.ProfilesPanel.ContextMenuProvider.prototype = { |
/** |
+ * @param {?Event} event |
* @param {!WebInspector.ContextMenu} contextMenu |
* @param {!Object} target |
*/ |