| Index: tracing/tracing/value/ui/generic_table_view.html
|
| diff --git a/tracing/tracing/value/ui/generic_table_view.html b/tracing/tracing/value/ui/generic_table_view.html
|
| index cf1e687b364416c242034ad64e62a0d818a6c8fe..f88debafc1bc3c0cf7bf67ced511d83e55fee47e 100644
|
| --- a/tracing/tracing/value/ui/generic_table_view.html
|
| +++ b/tracing/tracing/value/ui/generic_table_view.html
|
| @@ -214,7 +214,7 @@ tr.exportTo('tr.v.ui', function() {
|
| // Set sizes. This is convoluted by the fact that the first
|
| // table column must have fixed size.
|
| var colWidthPercentage;
|
| - if (columns.length == 1)
|
| + if (columns.length === 1)
|
| colWidthPercentage = '100%';
|
| else
|
| colWidthPercentage = (100 / (columns.length - 1)).toFixed(3) + '%';
|
|
|