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

Unified Diff: tracing/tracing/extras/chrome/gpu/gpu_async_slice.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/extras/chrome/gpu/gpu_async_slice.html
diff --git a/tracing/tracing/extras/chrome/gpu/gpu_async_slice.html b/tracing/tracing/extras/chrome/gpu/gpu_async_slice.html
index 2e3ccd63f2af4d55af7abcacd73b364e3f2a4ba1..e95d6787b48adf16c59c8f4394f4f0a735e4dd49 100644
--- a/tracing/tracing/extras/chrome/gpu/gpu_async_slice.html
+++ b/tracing/tracing/extras/chrome/gpu/gpu_async_slice.html
@@ -21,7 +21,7 @@ tr.exportTo('tr.e.gpu', function() {
get viewSubGroupTitle() {
if (this.args.channel) {
- if (this.category == 'disabled-by-default-gpu.device')
+ if (this.category === 'disabled-by-default-gpu.device')
return 'Device.' + this.args.channel;
else
return 'Service.' + this.args.channel;

Powered by Google App Engine
This is Rietveld 408576698