| Index: Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js
|
| diff --git a/Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js b/Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js
|
| index a190d8910cb16470de382a97d295ad4e5265e9cd..f1c592ab7e64af2bde1eeca57bdf2569db50f344 100644
|
| --- a/Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js
|
| +++ b/Source/devtools/front_end/profiler/heap_snapshot_worker/JSHeapSnapshot.js
|
| @@ -156,7 +156,7 @@ WebInspector.JSHeapSnapshot.prototype = {
|
| {
|
| /**
|
| * @param {!WebInspector.HeapSnapshotNode} node
|
| - * @param {!string} name
|
| + * @param {string} name
|
| * @return {?WebInspector.HeapSnapshotNode}
|
| */
|
| function getChildNodeByName(node, name)
|
|
|