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

Unified Diff: Source/devtools/front_end/sdk/IsolatedFileSystem.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/IsolatedFileSystem.js
diff --git a/Source/devtools/front_end/sdk/IsolatedFileSystem.js b/Source/devtools/front_end/sdk/IsolatedFileSystem.js
index 049d8cba0b3a6474d6737d4fec8e853581367177..d3a359cc5d0bcc6373bddaba0231cb9af0d556bf 100644
--- a/Source/devtools/front_end/sdk/IsolatedFileSystem.js
+++ b/Source/devtools/front_end/sdk/IsolatedFileSystem.js
@@ -32,6 +32,8 @@
* @constructor
* @param {!WebInspector.IsolatedFileSystemManager} manager
* @param {string} path
+ * @param {string} name
+ * @param {string} rootURL
*/
WebInspector.IsolatedFileSystem = function(manager, path, name, rootURL)
{
« no previous file with comments | « Source/devtools/front_end/sdk/InspectorBackend.js ('k') | Source/devtools/front_end/sdk/OverridesSupport.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698