Index: tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html |
diff --git a/tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html b/tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html |
index d96d517d2987d77044e05879b52c993304b9b07f..37403d8f7fdc08e92073e4c94b005a678aa0d435 100644 |
--- a/tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html |
+++ b/tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html |
@@ -353,7 +353,7 @@ tr.exportTo('tr.ui.e.chrome.cc', function() { |
}, |
onDisplayItemInfoClick_: function(e) { |
- if (e && e.target == this.displayItemInfo_) { |
+ if (e && e.target === this.displayItemInfo_) { |
this.displayItemListView_.selectedElement = undefined; |
} |
}, |