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

Unified Diff: tracing/tracing/extras/importer/trace_event_importer.html

Issue 2432993005: Turn on eslint rule one-var and fix existing errors. (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/extras/importer/trace_event_importer.html
diff --git a/tracing/tracing/extras/importer/trace_event_importer.html b/tracing/tracing/extras/importer/trace_event_importer.html
index 69a56b06a5282e58c9611075ef889bd833174778..d9b71b79ac006c444405ea146283ac75cd5142e4 100644
--- a/tracing/tracing/extras/importer/trace_event_importer.html
+++ b/tracing/tracing/extras/importer/trace_event_importer.html
@@ -1722,7 +1722,9 @@ tr.exportTo('tr.e.importer', function() {
}
var createFlowEvent = function(thread, event, opt_slice) {
- var startSlice, flowId, flowStartTs;
+ var startSlice;
+ var flowId;
+ var flowStartTs;
if (event.bind_id) {
// Support Flow API v2.
« no previous file with comments | « tracing/tracing/extras/importer/linux_perf/binder_parser.html ('k') | tracing/tracing/extras/importer/v8/codemap.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698