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

Unified Diff: tracing/tracing/extras/importer/gcloud_trace/gcloud_trace_importer.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/importer/gcloud_trace/gcloud_trace_importer.html
diff --git a/tracing/tracing/extras/importer/gcloud_trace/gcloud_trace_importer.html b/tracing/tracing/extras/importer/gcloud_trace/gcloud_trace_importer.html
index b110a7e6c82d4d8e3a42173c9e5eb2695aaaea9b..08bc702914e26498b5105b4eaae3a87617fcd0af 100644
--- a/tracing/tracing/extras/importer/gcloud_trace/gcloud_trace_importer.html
+++ b/tracing/tracing/extras/importer/gcloud_trace/gcloud_trace_importer.html
@@ -32,7 +32,7 @@ tr.exportTo('tr.e.importer.gcloud_trace', function() {
if (normalizedEventData.length < 14)
return false;
- return normalizedEventData.slice(0, 14) == '{"projectId":"';
+ return normalizedEventData.slice(0, 14) === '{"projectId":"';
};
GcloudTraceImporter.prototype = {
« no previous file with comments | « tracing/tracing/extras/importer/etw/thread_parser.html ('k') | tracing/tracing/extras/importer/gzip_importer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698