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