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); |