Index: tools/tickprocessor.js |
diff --git a/tools/tickprocessor.js b/tools/tickprocessor.js |
index 196daa984adf3cb25e16344d3a67b6c24faa9d6d..477ab268284271c3b342a2545695eee8bef56fce 100644 |
--- a/tools/tickprocessor.js |
+++ b/tools/tickprocessor.js |
@@ -273,10 +273,6 @@ TickProcessor.prototype.printStatistics = function() { |
this.printCounter(this.ticks_.unaccounted, this.ticks_.total); |
} |
- // Disable initialization of 'funcName', 'url', 'lineNumber' as |
- // we don't use it and it just wastes time. |
- devtools.profiler.ProfileView.Node.prototype.initFuncInfo = function() {}; |
- |
var flatProfile = this.profile_.getFlatProfile(); |
var flatView = this.viewBuilder_.buildView(flatProfile); |
// Sort by self time, desc, then by name, desc. |