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

Unified Diff: tracing/tracing/model/event_container.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/event.html ('k') | tracing/tracing/model/event_info.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/event_container.html
diff --git a/tracing/tracing/model/event_container.html b/tracing/tracing/model/event_container.html
index d0293dcb3515ea701455bb086aa906c61482656b..f3cc06ba7f18311e96ddb12a3beae80c86199607 100644
--- a/tracing/tracing/model/event_container.html
+++ b/tracing/tracing/model/event_container.html
@@ -135,7 +135,7 @@ tr.exportTo('tr.model', function() {
};
return {
- EventContainer: EventContainer
+ EventContainer,
};
});
</script>
« no previous file with comments | « tracing/tracing/model/event.html ('k') | tracing/tracing/model/event_info.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698