Index: tracing/tracing/model/process_memory_dump_test.html |
diff --git a/tracing/tracing/model/process_memory_dump_test.html b/tracing/tracing/model/process_memory_dump_test.html |
index 23493f44e252164bda434a02f7342ef25c2b3fa7..5f2cf1645652f463025d2b5991c1f9efe334bea9 100644 |
--- a/tracing/tracing/model/process_memory_dump_test.html |
+++ b/tracing/tracing/model/process_memory_dump_test.html |
@@ -56,8 +56,9 @@ tr.b.unittest.testSuite(function() { |
function createFinalizedProcessMemoryDump(timestamp, opt_createdCallback) { |
return createFinalizedProcessMemoryDumps([timestamp], function(pmds) { |
- if (opt_createdCallback !== undefined) |
+ if (opt_createdCallback !== undefined) { |
opt_createdCallback(pmds[0]); |
+ } |
})[0]; |
} |