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

Unified Diff: Source/devtools/front_end/profiler/CPUProfileView.js

Issue 308643003: DevTools: [JSDoc] Avoid partial arg list annotations in the "profiler" module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/profiler/CPUProfileView.js
diff --git a/Source/devtools/front_end/profiler/CPUProfileView.js b/Source/devtools/front_end/profiler/CPUProfileView.js
index 01612d00640ef00ac8d759c3c956674f3ce01b04..c448cc921b122c5892df91a5fc18f06aec835605 100644
--- a/Source/devtools/front_end/profiler/CPUProfileView.js
+++ b/Source/devtools/front_end/profiler/CPUProfileView.js
@@ -714,6 +714,7 @@ WebInspector.CPUProfileHeader.prototype = {
/**
* @param {!WebInspector.ChunkedReader} reader
+ * @param {?Event} e
*/
onError: function(reader, e)
{
« no previous file with comments | « Source/devtools/front_end/profiler/CPUProfileFlameChart.js ('k') | Source/devtools/front_end/profiler/HeapSnapshotCommon.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698