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

Unified Diff: tracing/tracing/base/iteration_helpers.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/base/iteration_helpers.html
diff --git a/tracing/tracing/base/iteration_helpers.html b/tracing/tracing/base/iteration_helpers.html
index 4955b7d2c5bbdc5c7d31fb72fc161981f6852a6c..d3e8bf7a4dfb0b146534c6d28edae4dffa38ba88 100644
--- a/tracing/tracing/base/iteration_helpers.html
+++ b/tracing/tracing/base/iteration_helpers.html
@@ -67,7 +67,7 @@ tr.exportTo('tr.b', function() {
if (tmp)
return tmp;
}
- if (x.length == y.length)
+ if (x.length === y.length)
return 0;
if (x[i] === undefined)
« no previous file with comments | « tracing/tracing/base/extension_registry_type_based.html ('k') | tracing/tracing/base/iteration_helpers_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698