| Index: third_party/WebKit/Source/devtools/front_end/profiler/BottomUpProfileDataGrid.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/BottomUpProfileDataGrid.js b/third_party/WebKit/Source/devtools/front_end/profiler/BottomUpProfileDataGrid.js
|
| index 9bf39dd3b4d06e8aaf9f41911ae3c53cbe959c03..b94e72605b67424b14a0f624b3bcf05e17875d58 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/BottomUpProfileDataGrid.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/BottomUpProfileDataGrid.js
|
| @@ -135,7 +135,7 @@ Profiler.BottomUpProfileDataGridNode = class extends Profiler.ProfileDataGridNod
|
| super.restore();
|
|
|
| if (!this.children.length)
|
| - this.hasChildren = this._willHaveChildren(this.profileNode);
|
| + this.setHasChildren(this._willHaveChildren(this.profileNode));
|
| }
|
|
|
| /**
|
|
|