| Index: Source/devtools/front_end/HeapSnapshotDataGrids.js
|
| diff --git a/Source/devtools/front_end/HeapSnapshotDataGrids.js b/Source/devtools/front_end/HeapSnapshotDataGrids.js
|
| index bafacce35c63a30e82a061780b95e6b351719879..3789abb805bde8bc3def8a1fadf4ad1434107a00 100644
|
| --- a/Source/devtools/front_end/HeapSnapshotDataGrids.js
|
| +++ b/Source/devtools/front_end/HeapSnapshotDataGrids.js
|
| @@ -618,7 +618,7 @@ WebInspector.HeapSnapshotContainmentDataGrid.prototype = {
|
| this.snapshot = snapshot;
|
| var node = { nodeIndex: nodeIndex || snapshot.rootNodeIndex };
|
| var fakeEdge = { node: node };
|
| - this.setRootNode(new WebInspector.HeapSnapshotObjectNode(this, false, fakeEdge, null));
|
| + this.setRootNode(new WebInspector.HeapSnapshotObjectNode(this, snapshot, fakeEdge, null));
|
| this.rootNode().sort();
|
| },
|
|
|
|
|