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

Unified Diff: tracing/tracing/metrics/v8/gc_metric.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
Index: tracing/tracing/metrics/v8/gc_metric.html
diff --git a/tracing/tracing/metrics/v8/gc_metric.html b/tracing/tracing/metrics/v8/gc_metric.html
index 7a0c88f18cdf9f122bf87fbc7ebc285b5ae0bd3d..e9bdfa2b9a67e5d3e428cd098e64d89bda941676 100644
--- a/tracing/tracing/metrics/v8/gc_metric.html
+++ b/tracing/tracing/metrics/v8/gc_metric.html
@@ -331,8 +331,8 @@ tr.exportTo('tr.metrics.v8', function() {
}
return {
- gcMetric: gcMetric,
- WINDOW_SIZE_MS: WINDOW_SIZE_MS // For testing purposes only.
+ gcMetric,
+ WINDOW_SIZE_MS, // For testing purposes only.
};
});
</script>
« no previous file with comments | « tracing/tracing/metrics/v8/execution_metric.html ('k') | tracing/tracing/metrics/v8/runtime_stats_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698