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

Unified Diff: Source/devtools/front_end/sdk/Database.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
« no previous file with comments | « Source/devtools/front_end/sdk/DOMModel.js ('k') | Source/devtools/front_end/sdk/FileUtils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/Database.js
diff --git a/Source/devtools/front_end/sdk/Database.js b/Source/devtools/front_end/sdk/Database.js
index 61a380ead0b609732e93ace30c105befd45892a5..34364b1e5118d7012dde330f60e944caacb6fa3d 100644
--- a/Source/devtools/front_end/sdk/Database.js
+++ b/Source/devtools/front_end/sdk/Database.js
@@ -29,6 +29,10 @@
/**
* @constructor
* @param {!WebInspector.DatabaseModel} model
+ * @param {string} id
+ * @param {string} domain
+ * @param {string} name
+ * @param {string} version
*/
WebInspector.Database = function(model, id, domain, name, version)
{
« no previous file with comments | « Source/devtools/front_end/sdk/DOMModel.js ('k') | Source/devtools/front_end/sdk/FileUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698