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

Unified Diff: tracing/tracing/ui/extras/side_panel/alerts_side_panel.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/extras/side_panel/alerts_side_panel.html
diff --git a/tracing/tracing/ui/extras/side_panel/alerts_side_panel.html b/tracing/tracing/ui/extras/side_panel/alerts_side_panel.html
index 414e2e3c16a2fbfa1643019f3b03e37ccae809b2..0988f6367cc9f4aa7178b276e3fffb4b57df2b9e 100644
--- a/tracing/tracing/ui/extras/side_panel/alerts_side_panel.html
+++ b/tracing/tracing/ui/extras/side_panel/alerts_side_panel.html
@@ -143,7 +143,7 @@ Polymer({
},
supportsModel: function(m) {
- if (m == undefined) {
+ if (m === undefined) {
return {
supported: false,
reason: 'Unknown tracing model'

Powered by Google App Engine
This is Rietveld 408576698