| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js
|
| index dd1c48efc6c307ce8d27810ee4ca4c8880349bc0..0a5f89c03b56e2de5afdea7a5d3050824b03050d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js
|
| @@ -329,7 +329,7 @@ WebInspector.TimelineTreeView.GridNode.prototype = {
|
| {
|
| if (columnId === "activity")
|
| return this._createNameCell(columnId);
|
| - return this._createValueCell(columnId) || WebInspector.DataGridNode.prototype.createCell.call(this, columnId);
|
| + return this._createValueCell(columnId) || super.createCell(columnId);
|
| },
|
|
|
| /**
|
|
|