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

Unified Diff: tools/profile_view.js

Issue 118229: Profiler cleanup: removed another piece that is only needed for DevTools profiler. (Closed)
Patch Set: Created 11 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profile_view.js
diff --git a/tools/profile_view.js b/tools/profile_view.js
index d0fc3b6d35f101d69494eb85fdf457fae32faa02..bdea6319db7a2f20f90b1671790e98085bbc0138 100644
--- a/tools/profile_view.js
+++ b/tools/profile_view.js
@@ -109,19 +109,13 @@ devtools.profiler.ViewBuilder.prototype.createViewNode = function(
/**
* Creates a Profile View object. It allows to perform sorting
- * and filtering actions on the profile. Profile View mimicks
- * the Profile object from WebKit's JSC profiler.
+ * and filtering actions on the profile.
*
* @param {devtools.profiler.ProfileView.Node} head Head (root) node.
* @constructor
*/
devtools.profiler.ProfileView = function(head) {
this.head = head;
- this.title = '';
- this.uid = '';
- this.heavyProfile = null;
- this.treeProfile = null;
- this.flatProfile = null;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698