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

Unified Diff: tracing/tracing/metrics/sample_metric.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/metrics/sample_metric.html
diff --git a/tracing/tracing/metrics/sample_metric.html b/tracing/tracing/metrics/sample_metric.html
index 34e0c700c9c2bb22cebf425cba0f42adc86bb565..e7a57b244b36eedf656bca97f59c5e0cd1348b2d 100644
--- a/tracing/tracing/metrics/sample_metric.html
+++ b/tracing/tracing/metrics/sample_metric.html
@@ -39,7 +39,7 @@ tr.exportTo('tr.metrics', function() {
tr.metrics.MetricRegistry.register(sampleMetric);
return {
- sampleMetric: sampleMetric
+ sampleMetric,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698