| Index: Source/devtools/front_end/HeapSnapshotView.js
|
| diff --git a/Source/devtools/front_end/HeapSnapshotView.js b/Source/devtools/front_end/HeapSnapshotView.js
|
| index 0ec075cd68299f48d08e5a55f9fadf8fed228dfd..bec5527f774c2ebb93b32466054967a155c21235 100644
|
| --- a/Source/devtools/front_end/HeapSnapshotView.js
|
| +++ b/Source/devtools/front_end/HeapSnapshotView.js
|
| @@ -771,6 +771,7 @@ WebInspector.HeapSnapshotView.prototype = {
|
| {
|
| var selectedNode = event.target.selectedNode;
|
| this._constructorsDataGrid.setAllocationNodeId(selectedNode.allocationNodeId());
|
| + this._setRetainmentDataGridSource(null);
|
| },
|
|
|
| _inspectedObjectChanged: function(event)
|
|
|