Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1118)

Unified Diff: Source/devtools/front_end/HeapSnapshotView.js

Issue 212773005: DevTools: Show all objects in class view in advanced heap snapshot mode. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/HeapSnapshotProxy.js ('k') | Source/devtools/front_end/JSHeapSnapshot.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « Source/devtools/front_end/HeapSnapshotProxy.js ('k') | Source/devtools/front_end/JSHeapSnapshot.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698