| Index: third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js
|
| index efbb585aab4e0c2e883177847dcb737ee48f5984..9558cafe0a1473875e4c077cffca067409bce08e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js
|
| @@ -631,7 +631,7 @@ Profiler.HeapSnapshotGenericObjectNode = class extends Profiler.HeapSnapshotGrid
|
| * @this {Profiler.HeapSnapshotGenericObjectNode}
|
| */
|
| function isEmptyCallback(isEmpty) {
|
| - this.hasChildren = !isEmpty;
|
| + this.setHasChildren(!isEmpty);
|
| }
|
| this._provider().isEmpty(isEmptyCallback.bind(this));
|
| }
|
|
|