Index: tracing/tracing/importer/importer.html |
diff --git a/tracing/tracing/importer/importer.html b/tracing/tracing/importer/importer.html |
index 010e6104123434f00e59fc6146dca634388928a3..f809ae98d2c3ce571bd3ff92b62319a6c897d320 100644 |
--- a/tracing/tracing/importer/importer.html |
+++ b/tracing/tracing/importer/importer.html |
@@ -73,8 +73,9 @@ tr.exportTo('tr.importer', function() { |
var typeInfo = Importer.findTypeInfoMatching(function(ti) { |
return ti.constructor.canImport(eventData); |
}); |
- if (typeInfo) |
+ if (typeInfo) { |
return typeInfo.constructor; |
+ } |
return undefined; |
}; |