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

Unified Diff: tracing/tracing/extras/importer/linux_perf/binder_parser.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/linux_perf/binder_parser.html
diff --git a/tracing/tracing/extras/importer/linux_perf/binder_parser.html b/tracing/tracing/extras/importer/linux_perf/binder_parser.html
index 3cabe135cf68faaf2bd949ad13a25e40eee70441..07bdf0e561d20903eba4c771ef588867d3a2cf6c 100644
--- a/tracing/tracing/extras/importer/linux_perf/binder_parser.html
+++ b/tracing/tracing/extras/importer/linux_perf/binder_parser.html
@@ -167,8 +167,10 @@ tr.exportTo('tr.e.importer.linux_perf', function() {
binderLocked: function(eventName, cpuNumber, pid, ts, eventBase) {
var binderThread = isBinderThread(eventBase.threadName);
- var tgid, name;
- var kthread, rthread;
+ var tgid;
+ var name;
+ var kthread;
+ var rthread;
tgid = parseInt(eventBase.tgid);
name = eventBase.threadName;
« no previous file with comments | « tracing/tracing/base/unittest/interactive_test_runner.html ('k') | tracing/tracing/extras/importer/trace_event_importer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698