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

Unified Diff: tracing/tracing/importer/find_input_expectations.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/empty_importer.html ('k') | tracing/tracing/importer/find_load_expectations.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/importer/find_input_expectations.html
diff --git a/tracing/tracing/importer/find_input_expectations.html b/tracing/tracing/importer/find_input_expectations.html
index d879b766d4145d632b890a294afb79bfc86c87d8..a8ab7f002a932de353ab2f5eae12486298081625 100644
--- a/tracing/tracing/importer/find_input_expectations.html
+++ b/tracing/tracing/importer/find_input_expectations.html
@@ -1253,10 +1253,10 @@ tr.exportTo('tr.importer', function() {
}
return {
- findInputExpectations: findInputExpectations,
- compareEvents: compareEvents,
- CSS_ANIMATION_TITLE: CSS_ANIMATION_TITLE,
- INITIATOR_TYPE: INITIATOR_TYPE
+ findInputExpectations,
+ compareEvents,
+ CSS_ANIMATION_TITLE,
+ INITIATOR_TYPE,
};
});
</script>
« no previous file with comments | « tracing/tracing/importer/empty_importer.html ('k') | tracing/tracing/importer/find_load_expectations.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698