| Index: tracing/tracing/importer/empty_importer.html
|
| diff --git a/tracing/tracing/importer/empty_importer.html b/tracing/tracing/importer/empty_importer.html
|
| index 028a7d427ec64f556f17c93caa3920cc3caa975f..535571532206530ae555a4e765421250f71d7310 100644
|
| --- a/tracing/tracing/importer/empty_importer.html
|
| +++ b/tracing/tracing/importer/empty_importer.html
|
| @@ -42,7 +42,7 @@ tr.exportTo('tr.importer', function() {
|
| tr.importer.Importer.register(EmptyImporter);
|
|
|
| return {
|
| - EmptyImporter: EmptyImporter
|
| + EmptyImporter,
|
| };
|
| });
|
| </script>
|
|
|