Index: tracing/tracing/extras/importer/linux_perf/sched_parser.html |
diff --git a/tracing/tracing/extras/importer/linux_perf/sched_parser.html b/tracing/tracing/extras/importer/linux_perf/sched_parser.html |
index 08ad46aed4b330e6d68b69504ba881b68ce0169c..b3fa3788160b191313ade5502ab021a28c39c5a5 100644 |
--- a/tracing/tracing/extras/importer/linux_perf/sched_parser.html |
+++ b/tracing/tracing/extras/importer/linux_perf/sched_parser.html |
@@ -119,7 +119,7 @@ tr.exportTo('tr.e.importer.linux_perf', function() { |
powerCounter.name + '.' + 'State'))); |
} |
powerCounter.series.forEach(function(series) { |
- if (series.name == 'State') |
+ if (series.name === 'State') |
series.addCounterSample(ts, state.localeCompare('offline') ? 0 : 1); |
}); |
return true; |