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

Unified Diff: tracing/tracing/base/unittest/interactive_test_runner.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/base/unittest/interactive_test_runner.html
diff --git a/tracing/tracing/base/unittest/interactive_test_runner.html b/tracing/tracing/base/unittest/interactive_test_runner.html
index 87c5127f57d05d0e678d3e2c49544287e5e98c30..c975fd77e4ba965ff2e5bbcce3b4333587591c8f 100644
--- a/tracing/tracing/base/unittest/interactive_test_runner.html
+++ b/tracing/tracing/base/unittest/interactive_test_runner.html
@@ -524,7 +524,8 @@ tr.exportTo('tr.b.unittest', function() {
if (part === '')
return;
var kv = part.split('=');
- var k, v;
+ var k;
+ var v;
if (kv.length === 1) {
k = kv[0];
v = true;
« no previous file with comments | « tracing/tracing/base/sorted_array_utils.html ('k') | tracing/tracing/extras/importer/linux_perf/binder_parser.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698