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

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

Issue 204913005: Remove HeapSnapshot._markInvisibleEdges (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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 | « no previous file | 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/HeapSnapshot.js
diff --git a/Source/devtools/front_end/HeapSnapshot.js b/Source/devtools/front_end/HeapSnapshot.js
index e53437e425fa1d4bc965c97df7e4e27b9314b7d8..71ef49950364a05970f405f0c97ec615fe309307 100644
--- a/Source/devtools/front_end/HeapSnapshot.js
+++ b/Source/devtools/front_end/HeapSnapshot.js
@@ -951,8 +951,6 @@ WebInspector.HeapSnapshot.prototype = {
this._progress.updateStatus("Building edge indexes\u2026");
this._buildEdgeIndexes();
- this._progress.updateStatus("Marking invisible edges\u2026");
- this._markInvisibleEdges();
this._progress.updateStatus("Building retainers\u2026");
this._buildRetainers();
this._progress.updateStatus("Calculating node flags\u2026");
@@ -1737,11 +1735,6 @@ WebInspector.HeapSnapshot.prototype = {
}
},
- _markInvisibleEdges: function()
- {
- throw new Error("Not implemented");
- },
-
_calculateFlags: function()
{
throw new Error("Not implemented");
« no previous file with comments | « no previous file | Source/devtools/front_end/JSHeapSnapshot.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698