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

Unified Diff: Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.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
« no previous file with comments | « Source/devtools/front_end/profiler/heap_snapshot_worker/HeapSnapshot.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js
diff --git a/Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js b/Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js
index f46b45d39ca3776c8bcbe090e393420ff316b612..a190d8910cb16470de382a97d295ad4e5265e9cd 100644
--- a/Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js
+++ b/Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js
@@ -30,9 +30,10 @@
/**
* @constructor
+ * @extends {WebInspector.HeapSnapshot}
+ * @param {!Object} profile
* @param {!WebInspector.HeapSnapshotProgress} progress
* @param {boolean} showHiddenData
- * @extends {WebInspector.HeapSnapshot}
*/
WebInspector.JSHeapSnapshot = function(profile, progress, showHiddenData)
{
« no previous file with comments | « Source/devtools/front_end/profiler/heap_snapshot_worker/HeapSnapshot.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698