| Index: tracing/tracing/value/ui/histogram_set_table.html
|
| diff --git a/tracing/tracing/value/ui/histogram_set_table.html b/tracing/tracing/value/ui/histogram_set_table.html
|
| index 1d97ca6ace9f0048c17d8c0feeacf7c790b18e73..6a7966bb59d41518699eb1abcd75dccd6b676e42 100644
|
| --- a/tracing/tracing/value/ui/histogram_set_table.html
|
| +++ b/tracing/tracing/value/ui/histogram_set_table.html
|
| @@ -170,6 +170,7 @@ tr.exportTo('tr.v.ui', function() {
|
| title.style.whiteSpace = 'pre';
|
|
|
| return {
|
| + displayLabel,
|
| title,
|
| value: row => row.getCell(displayLabel),
|
| cmp: (rowA, rowB) => rowA.compareCells(rowB, displayLabel),
|
|
|