Chromium Code Reviews| Index: tracing/tracing/importer/import.html |
| diff --git a/tracing/tracing/importer/import.html b/tracing/tracing/importer/import.html |
| index 7ee18d90d34e29181bf8e367f14221493de83d66..0c2783d7a6f5127b6653536798e0d371bc7a2d5b 100644 |
| --- a/tracing/tracing/importer/import.html |
| +++ b/tracing/tracing/importer/import.html |
| @@ -389,8 +389,8 @@ tr.exportTo('tr.importer', function() { |
| }; |
| return { |
| - ImportOptions: ImportOptions, |
| - Import: Import |
| + ImportOptions, |
| + Import, |
| }; |
| }); |
| </script> |