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

Unified Diff: tracing/tracing/ui/analysis/memory_dump_heap_details_util.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/ui/analysis/memory_dump_heap_details_util.html
diff --git a/tracing/tracing/ui/analysis/memory_dump_heap_details_util.html b/tracing/tracing/ui/analysis/memory_dump_heap_details_util.html
index d0c33aca21a800a359bf42c58bd758b9a625d369..e6333418bbbbf03607dea2c1267d47990e9c5eee 100644
--- a/tracing/tracing/ui/analysis/memory_dump_heap_details_util.html
+++ b/tracing/tracing/ui/analysis/memory_dump_heap_details_util.html
@@ -97,10 +97,10 @@ tr.exportTo('tr.ui.analysis', function() {
];
return {
- HeapDetailsRowDimension: HeapDetailsRowDimension,
- HeapDetailsTitleColumn: HeapDetailsTitleColumn,
- AllocationCountColumn: AllocationCountColumn,
- HEAP_DETAILS_COLUMN_RULES: HEAP_DETAILS_COLUMN_RULES
+ HeapDetailsRowDimension,
+ HeapDetailsTitleColumn,
+ AllocationCountColumn,
+ HEAP_DETAILS_COLUMN_RULES,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698