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

Unified Diff: tracing/tracing/model/helpers/chrome_renderer_helper.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: . 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
Index: tracing/tracing/model/helpers/chrome_renderer_helper.html
diff --git a/tracing/tracing/model/helpers/chrome_renderer_helper.html b/tracing/tracing/model/helpers/chrome_renderer_helper.html
index 121c043c46d7fbcfd03644e9adc1c39ad331f3b6..7c7f50beaf0f85c1f9ea615a6784f6be176ddb7f 100644
--- a/tracing/tracing/model/helpers/chrome_renderer_helper.html
+++ b/tracing/tracing/model/helpers/chrome_renderer_helper.html
@@ -170,7 +170,7 @@ tr.exportTo('tr.model.helpers', function() {
};
return {
- ChromeRendererHelper: ChromeRendererHelper
+ ChromeRendererHelper,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698