| Index: Source/devtools/front_end/HeapSnapshotView.js
|
| diff --git a/Source/devtools/front_end/HeapSnapshotView.js b/Source/devtools/front_end/HeapSnapshotView.js
|
| index 0af9f996e1b09098d15a4119c0cbc1e6f058d9b2..0ec075cd68299f48d08e5a55f9fadf8fed228dfd 100644
|
| --- a/Source/devtools/front_end/HeapSnapshotView.js
|
| +++ b/Source/devtools/front_end/HeapSnapshotView.js
|
| @@ -883,9 +883,9 @@ WebInspector.HeapSnapshotView.prototype = {
|
|
|
| this._currentPerspective.deactivate(this);
|
| var perspective = this._perspectives[selectedIndex];
|
| - perspective.activate(this);
|
| this._currentPerspective = perspective;
|
| this._dataGrid = perspective.masterGrid(this);
|
| + perspective.activate(this);
|
|
|
| this.refreshVisibleData();
|
| if (this._dataGrid) {
|
|
|