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

Unified Diff: tracing/tracing/ui/base/drag_handle.html

Issue 2390373003: Change all == to === and != to !== in trace viewer. (Closed)
Patch Set: 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/base/drag_handle.html
diff --git a/tracing/tracing/ui/base/drag_handle.html b/tracing/tracing/ui/base/drag_handle.html
index 032705b8ff0a4b68c0f1fd01227f3e38445129c0..405f9538f359e25ee1412d554ada740752623c44 100644
--- a/tracing/tracing/ui/base/drag_handle.html
+++ b/tracing/tracing/ui/base/drag_handle.html
@@ -64,7 +64,7 @@ Polymer({
},
get modeKey_() {
- return this.target_.className == '' ? '.' : this.target_.className;
+ return this.target_.className === '' ? '.' : this.target_.className;
},
get target() {

Powered by Google App Engine
This is Rietveld 408576698