| 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 404a6b609e72902129996f947b101b2ae69ce30b..59b3d12640657f6c2e4001e8ce8551613afa3365 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js
|
| @@ -153,7 +153,7 @@ WebInspector.TimelineTreeView.prototype = {
|
| },
|
|
|
| /**
|
| - * @param {!Array.<!WebInspector.DataGrid.ColumnDescriptor>} columns
|
| + * @param {!Array<!WebInspector.DataGrid.ColumnDescriptor>} columns
|
| */
|
| _populateColumns: function(columns)
|
| {
|
|
|