| Index: Source/devtools/front_end/profiler/CPUProfileDataGrid.js
|
| diff --git a/Source/devtools/front_end/profiler/CPUProfileDataGrid.js b/Source/devtools/front_end/profiler/CPUProfileDataGrid.js
|
| index 4a594a7c1048b070a8ad0734b1d65432bb7be35f..9a5e2f375aaa45d00404ed756c81da7b66c0872c 100644
|
| --- a/Source/devtools/front_end/profiler/CPUProfileDataGrid.js
|
| +++ b/Source/devtools/front_end/profiler/CPUProfileDataGrid.js
|
| @@ -188,7 +188,7 @@ WebInspector.ProfileDataGridNode.prototype = {
|
| children.sort(comparator);
|
|
|
| for (var childIndex = 0; childIndex < childCount; ++childIndex)
|
| - children[childIndex]._recalculateSiblings(childIndex);
|
| + children[childIndex].recalculateSiblings(childIndex);
|
|
|
| gridNodeGroups.push(children);
|
| }
|
|
|