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

Unified Diff: Source/devtools/front_end/sdk/FileUtils.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/Database.js ('k') | Source/devtools/front_end/sdk/IndexedDBModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/FileUtils.js
diff --git a/Source/devtools/front_end/sdk/FileUtils.js b/Source/devtools/front_end/sdk/FileUtils.js
index fae0b1007397abbdc94967e41189e4d296fe8220..4f7a8d212096260f39b26d55febd3d9bdcd7262a 100644
--- a/Source/devtools/front_end/sdk/FileUtils.js
+++ b/Source/devtools/front_end/sdk/FileUtils.js
@@ -47,6 +47,7 @@ WebInspector.OutputStreamDelegate.prototype = {
/**
* @param {!WebInspector.ChunkedReader} reader
+ * @param {!Event} event
*/
onError: function(reader, event) { },
}
« no previous file with comments | « Source/devtools/front_end/sdk/Database.js ('k') | Source/devtools/front_end/sdk/IndexedDBModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698