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

Unified Diff: Source/devtools/front_end/sdk/WorkerManager.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/sdk/WorkerManager.js
diff --git a/Source/devtools/front_end/sdk/WorkerManager.js b/Source/devtools/front_end/sdk/WorkerManager.js
index 4ad441191e4c7393d376d36306e0cf63d58303a2..81841987e9c7cb7cadc6d16122e833314d82b1b4 100644
--- a/Source/devtools/front_end/sdk/WorkerManager.js
+++ b/Source/devtools/front_end/sdk/WorkerManager.js
@@ -31,6 +31,7 @@
/**
* @constructor
* @extends {WebInspector.Object}
+ * @param {!WebInspector.Target} target
* @param {boolean} isMainFrontend
*/
WebInspector.WorkerManager = function(target, isMainFrontend)
@@ -172,6 +173,7 @@ WebInspector.workerManager;
* @constructor
* @extends {InspectorBackendClass.Connection}
* @param {string} workerId
+ * @param {function(!InspectorBackendClass.Connection)} onConnectionReady
*/
WebInspector.ExternalWorkerConnection = function(workerId, onConnectionReady)
{
« no previous file with comments | « Source/devtools/front_end/sdk/UISourceCode.js ('k') | Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698