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

Unified Diff: tracing/tracing/model/user_model/user_model.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/model/user_model/user_expectation.html ('k') | tracing/tracing/model/vm_region.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/user_model/user_model.html
diff --git a/tracing/tracing/model/user_model/user_model.html b/tracing/tracing/model/user_model/user_model.html
index c302b512b35013cbfb223ab38aa269b91189f036..69fb88c59ff3534026e6f267d2058349b54c579c 100644
--- a/tracing/tracing/model/user_model/user_model.html
+++ b/tracing/tracing/model/user_model/user_model.html
@@ -58,7 +58,7 @@ tr.exportTo('tr.model.um', function() {
};
return {
- UserModel: UserModel
+ UserModel,
};
});
</script>
« no previous file with comments | « tracing/tracing/model/user_model/user_expectation.html ('k') | tracing/tracing/model/vm_region.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698