| Index: tracing/tracing/ui/analysis/multi_event_summary.html
|
| diff --git a/tracing/tracing/ui/analysis/multi_event_summary.html b/tracing/tracing/ui/analysis/multi_event_summary.html
|
| index 64cd636efcc49eba25f51267bbe44c00f00ceae5..9b03bf7e09059ef1e3af8d75ecc30993919d928a 100644
|
| --- a/tracing/tracing/ui/analysis/multi_event_summary.html
|
| +++ b/tracing/tracing/ui/analysis/multi_event_summary.html
|
| @@ -29,11 +29,11 @@ tr.exportTo('tr.ui.analysis', function() {
|
|
|
| this.untotallableArgs_ = [];
|
| this.totalledArgs_ = undefined;
|
| - };
|
| + }
|
| MultiEventSummary.prototype = {
|
|
|
| set title(title) {
|
| - if (title == 'Totals')
|
| + if (title === 'Totals')
|
| this.totalsRow = true;
|
| this.title_ = title;
|
| },
|
|
|