Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: tracing/tracing/ui/analysis/multi_event_summary.html

Issue 2390373003: Change all == to === and != to !== in trace viewer. (Closed)
Patch Set: more changes from code review Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
},
« no previous file with comments | « tracing/tracing/ui/analysis/generic_object_view.html ('k') | tracing/tracing/ui/analysis/multi_event_summary_table.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698