| Index: third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js b/third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js
|
| index 2254a397ea8bd88f80ef6fd1e4d01d61d39b8781..92a3d9ee2bde26c3cb217e8ee413370fdb7d5822 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js
|
| @@ -32,10 +32,9 @@
|
| */
|
| WebInspector.ProfileDataGridNode = function(profileNode, owningTree, hasChildren)
|
| {
|
| - this.profileNode = profileNode;
|
| -
|
| WebInspector.DataGridNode.call(this, null, hasChildren);
|
|
|
| + this.profileNode = profileNode;
|
| this.tree = owningTree;
|
| /** @type {!Map<string, !WebInspector.ProfileDataGridNode>} */
|
| this.childrenByCallUID = new Map();
|
|
|