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

Unified Diff: Source/devtools/front_end/profiler/heap_snapshot_worker/HeapSnapshot.js

Issue 315223002: DevTools: [JSDoc] Fix invalid @param and @return annotations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/network/NetworkPanel.js ('k') | Source/devtools/front_end/sdk/Target.js » ('j') | 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/HeapSnapshot.js
diff --git a/Source/devtools/front_end/profiler/heap_snapshot_worker/HeapSnapshot.js b/Source/devtools/front_end/profiler/heap_snapshot_worker/HeapSnapshot.js
index 4869cf2bda50b39d4fd4fbc9580a6e3bc0d420f4..910b5a33f34c5d5945600b30584d35784e5ec810 100644
--- a/Source/devtools/front_end/profiler/heap_snapshot_worker/HeapSnapshot.js
+++ b/Source/devtools/front_end/profiler/heap_snapshot_worker/HeapSnapshot.js
@@ -1124,7 +1124,7 @@ WebInspector.HeapSnapshot.prototype = {
{
/**
* @param {!WebInspector.HeapSnapshotNode} node
- * @return boolean
+ * @return {boolean}
*/
function nodeIdFilter(node)
{
@@ -1148,7 +1148,7 @@ WebInspector.HeapSnapshot.prototype = {
set[traceIds[i]] = true;
/**
* @param {!WebInspector.HeapSnapshotNode} node
- * @return boolean
+ * @return {boolean}
*/
function traceIdFilter(node)
{
« no previous file with comments | « Source/devtools/front_end/network/NetworkPanel.js ('k') | Source/devtools/front_end/sdk/Target.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698