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

Unified Diff: Source/devtools/front_end/sdk/Target.js

Issue 315223002: DevTools: [JSDoc] Fix invalid @param and @return annotations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/profiler/heap_snapshot_worker/HeapSnapshot.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/sdk/Target.js
diff --git a/Source/devtools/front_end/sdk/Target.js b/Source/devtools/front_end/sdk/Target.js
index 5fd831a0c6c3b7b0c736501cfb8a498d1972b8f3..3a5efba9c31f13bb6cf09b44121179efb1dc50b6 100644
--- a/Source/devtools/front_end/sdk/Target.js
+++ b/Source/devtools/front_end/sdk/Target.js
@@ -245,7 +245,7 @@ WebInspector.TargetManager.prototype = {
/**
* @this {WebInspector.TargetManager}
- * @param newTarget
+ * @param {!WebInspector.Target} newTarget
*/
function callbackWrapper(newTarget)
{
« no previous file with comments | « Source/devtools/front_end/profiler/heap_snapshot_worker/HeapSnapshot.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698