Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: tracing/tracing/importer/import.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: manual fixes Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tracing/tracing/importer/find_startup_expectations.html ('k') | tracing/tracing/importer/importer.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « tracing/tracing/importer/find_startup_expectations.html ('k') | tracing/tracing/importer/importer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698