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; |
}, |