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

Unified Diff: tracing/tracing/ui/base/heading.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/heading.html
diff --git a/tracing/tracing/ui/base/heading.html b/tracing/tracing/ui/base/heading.html
index 8fb54dade4369e87d4a0d133a1330969cf72082f..b83e46c9d47ccc7fe324b639d1d34e393c090d86 100644
--- a/tracing/tracing/ui/base/heading.html
+++ b/tracing/tracing/ui/base/heading.html
@@ -55,7 +55,7 @@ Polymer({
RIGHT_ARROW: String.fromCharCode(0x25B8),
ready: function(viewport) {
- // Minus 6 == 1px border + 5px padding right.
+ // Minus 6 === 1px border + 5px padding right.
this.style.width = (tr.ui.b.constants.HEADING_WIDTH - 6) + 'px';
this.heading_ = '';

Powered by Google App Engine
This is Rietveld 408576698