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) |
{ |