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

Unified Diff: tracing/tracing/metrics/compare_samples_cmdline.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/metrics/compare_samples_cmdline.html
diff --git a/tracing/tracing/metrics/compare_samples_cmdline.html b/tracing/tracing/metrics/compare_samples_cmdline.html
index 245415c227e55ad104e1e89482096d4730234f97..754267d907820df083217c290fd6e3c5679e23b5 100644
--- a/tracing/tracing/metrics/compare_samples_cmdline.html
+++ b/tracing/tracing/metrics/compare_samples_cmdline.html
@@ -116,7 +116,7 @@ function rawValuesByMetricName(valueSet, metricName) {
escapeChars(story)) {
filtered.push(value);
}
- } else if (escapeChars(ii.storyDisplayName) ==
+ } else if (escapeChars(ii.storyDisplayName) ===
escapeChars(story)) {
filtered.push(value);
}
« no previous file with comments | « tracing/tracing/importer/find_input_expectations.html ('k') | tracing/tracing/metrics/system_health/power_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698