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

Unified Diff: tracing/tracing/extras/system_stats/system_stats_snapshot.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
« no previous file with comments | « tracing/tracing/extras/importer/v8/v8_log_importer.html ('k') | tracing/tracing/extras/tquery/filter.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/extras/system_stats/system_stats_snapshot.html
diff --git a/tracing/tracing/extras/system_stats/system_stats_snapshot.html b/tracing/tracing/extras/system_stats/system_stats_snapshot.html
index 5c0fb6509512c30d6d6c1fb987aa9ea04d311e03..46c7259d74287455a61661a0438bea59899ff0ff 100644
--- a/tracing/tracing/extras/system_stats/system_stats_snapshot.html
+++ b/tracing/tracing/extras/system_stats/system_stats_snapshot.html
@@ -28,7 +28,7 @@ tr.exportTo('tr.e.system_stats', function() {
__proto__: ObjectSnapshot.prototype,
initialize: function() {
- if (this.args.length == 0)
+ if (this.args.length === 0)
throw new Error('No system stats snapshot data.');
this.stats_ = this.args;
},
« no previous file with comments | « tracing/tracing/extras/importer/v8/v8_log_importer.html ('k') | tracing/tracing/extras/tquery/filter.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698