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

Unified Diff: tracing/tracing/importer/user_model_builder.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/simple_line_reader.html ('k') | tracing/tracing/metrics/blink/gc_metric.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/importer/user_model_builder.html
diff --git a/tracing/tracing/importer/user_model_builder.html b/tracing/tracing/importer/user_model_builder.html
index 99aa33f7d9b48d09708639ca9d047903da8e8850..d350d918f99d713c026a82acb687f3ae0c5fd623 100644
--- a/tracing/tracing/importer/user_model_builder.html
+++ b/tracing/tracing/importer/user_model_builder.html
@@ -225,8 +225,8 @@ tr.exportTo('tr.importer', function() {
}
return {
- UserModelBuilder: UserModelBuilder,
- createIRFinderTestCaseStringFromModel: createIRFinderTestCaseStringFromModel
+ UserModelBuilder,
+ createIRFinderTestCaseStringFromModel,
};
});
</script>
« no previous file with comments | « tracing/tracing/importer/simple_line_reader.html ('k') | tracing/tracing/metrics/blink/gc_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698