Index: Source/devtools/front_end/profiler/HeapSnapshotCommon.js |
diff --git a/Source/devtools/front_end/profiler/HeapSnapshotCommon.js b/Source/devtools/front_end/profiler/HeapSnapshotCommon.js |
index 0af73a50439b098d82670e0e3f0bd5f9877173ae..1effb8aa78b46abe5e19d4538af6f3141355df59 100644 |
--- a/Source/devtools/front_end/profiler/HeapSnapshotCommon.js |
+++ b/Source/devtools/front_end/profiler/HeapSnapshotCommon.js |
@@ -117,7 +117,7 @@ WebInspector.HeapSnapshotCommon.AllocationStackFrame = function(functionName, sc |
* @param {number} id |
* @param {string} name |
* @param {number} distance |
- * @param {number|undefined} nodeIndex |
+ * @param {number} nodeIndex |
* @param {number} retainedSize |
* @param {number} selfSize |
* @param {string} type |