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

Unified Diff: tracing/tracing/model/global_memory_dump_test.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
« no previous file with comments | « tracing/tracing/model/clock_sync_manager.html ('k') | tracing/tracing/model/slice_group.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/global_memory_dump_test.html
diff --git a/tracing/tracing/model/global_memory_dump_test.html b/tracing/tracing/model/global_memory_dump_test.html
index edab77795135c81e7b0b016e845a19b9d2a2d912..9d2dd06e7553e803e95f5547d4a1f9fb05ffd823 100644
--- a/tracing/tracing/model/global_memory_dump_test.html
+++ b/tracing/tracing/model/global_memory_dump_test.html
@@ -3604,7 +3604,9 @@ tr.b.unittest.testSuite(function() {
});
test('indicesUpdatedCorrectly', function() {
- var gmd, rootDump, childDump;
+ var gmd;
+ var rootDump;
+ var childDump;
var model = tr.c.TestUtils.newModel(function(model) {
gmd = new GlobalMemoryDump(model, 10);
model.globalMemoryDumps.push(gmd);
« no previous file with comments | « tracing/tracing/model/clock_sync_manager.html ('k') | tracing/tracing/model/slice_group.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698