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

Unified Diff: tracing/tracing/importer/find_input_expectations.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/importer/empty_importer.html ('k') | tracing/tracing/metrics/compare_samples_cmdline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/importer/find_input_expectations.html
diff --git a/tracing/tracing/importer/find_input_expectations.html b/tracing/tracing/importer/find_input_expectations.html
index 25e41da4b25f97f47ef5ec1ad8b818f4a56b79f9..3f9245849ef0c4c68ab076d445298ecf7a72ef01 100644
--- a/tracing/tracing/importer/find_input_expectations.html
+++ b/tracing/tracing/importer/find_input_expectations.html
@@ -1041,7 +1041,7 @@ tr.exportTo('tr.importer', function() {
continue;
// Don't merge CSS Animations with any other types.
- if (isCSS != otherPE.containsSliceTitle(CSS_ANIMATION_TITLE))
+ if (isCSS !== otherPE.containsSliceTitle(CSS_ANIMATION_TITLE))
continue;
if (isCSS) {
« no previous file with comments | « tracing/tracing/importer/empty_importer.html ('k') | tracing/tracing/metrics/compare_samples_cmdline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698