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

Unified Diff: Source/devtools/front_end/profiler/HeapSnapshotCommon.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/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
« no previous file with comments | « Source/devtools/front_end/profiler/CPUProfileView.js ('k') | Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698