Index: Source/devtools/front_end/profiler/HeapSnapshotProxy.js |
diff --git a/Source/devtools/front_end/profiler/HeapSnapshotProxy.js b/Source/devtools/front_end/profiler/HeapSnapshotProxy.js |
index dcc5544e8ffa9f0a68d5ea4c5f13abc520ecb21a..109398a15a0d582cd7944812a17626626bf64bbf 100644 |
--- a/Source/devtools/front_end/profiler/HeapSnapshotProxy.js |
+++ b/Source/devtools/front_end/profiler/HeapSnapshotProxy.js |
@@ -182,6 +182,7 @@ WebInspector.HeapSnapshotWorkerProxy.prototype = { |
/** |
* @constructor |
+ * @param {!WebInspector.HeapSnapshotWorkerProxy} worker |
* @param {number} objectId |
*/ |
WebInspector.HeapSnapshotProxyObject = function(worker, objectId) |
@@ -241,6 +242,7 @@ WebInspector.HeapSnapshotProxyObject.prototype = { |
* @constructor |
* @extends {WebInspector.HeapSnapshotProxyObject} |
* @implements {WebInspector.OutputStream} |
+ * @param {!WebInspector.HeapSnapshotWorkerProxy} worker |
* @param {number} objectId |
* @param {number} profileUid |
* @param {function(!WebInspector.HeapSnapshotProxy)} snapshotReceivedCallback |