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

Unified Diff: tracing/tracing/ui/analysis/analysis_view.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/ui/analysis/analysis_view.html
diff --git a/tracing/tracing/ui/analysis/analysis_view.html b/tracing/tracing/ui/analysis/analysis_view.html
index 0fe7047200a25b753a5d51668c1baf7644078093..f5a8a387a08f00c2ce2e4fd89e6295ecf06962cd 100644
--- a/tracing/tracing/ui/analysis/analysis_view.html
+++ b/tracing/tracing/ui/analysis/analysis_view.html
@@ -85,7 +85,7 @@ using custom elements specialized for different event types.
function createSubView(subViewTypeInfo, selection) {
var tagName;
- if (selection.length == 1)
+ if (selection.length === 1)
tagName = subViewTypeInfo.singleTagName;
else
tagName = subViewTypeInfo.multiTagName;
« no previous file with comments | « tracing/tracing/ui/analysis/alert_sub_view.html ('k') | tracing/tracing/ui/analysis/generic_object_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698