Index: third_party/WebKit/Source/devtools/front_end/profiler/HeapProfileView.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/HeapProfileView.js b/third_party/WebKit/Source/devtools/front_end/profiler/HeapProfileView.js |
index 24404a69af4658c21ddcf269d3be7de690311cc2..28d0a5f6f47b0400418c7c38a741dc565b703ce7 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/profiler/HeapProfileView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/HeapProfileView.js |
@@ -223,7 +223,6 @@ WebInspector.SamplingHeapProfileNode = function(node) |
{ |
WebInspector.ProfileNode.call(this, node.functionName, node.scriptId, node.url, node.lineNumber, node.columnNumber); |
this.self = node.selfSize; |
- this.callUID = `${this.frame.functionName}@${this.frame.scriptId}:${this.frame.lineNumber}`; |
} |
WebInspector.SamplingHeapProfileNode.prototype = { |