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

Unified Diff: tracing/tracing/ui/analysis/memory_dump_sub_view_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_sub_view_util.html
diff --git a/tracing/tracing/ui/analysis/memory_dump_sub_view_util.html b/tracing/tracing/ui/analysis/memory_dump_sub_view_util.html
index 5ed08fe8a4ece70659dc4b4d370c429f4820cfde..6e108340077a844f9dc0949dbd6f8699d1abdce3 100644
--- a/tracing/tracing/ui/analysis/memory_dump_sub_view_util.html
+++ b/tracing/tracing/ui/analysis/memory_dump_sub_view_util.html
@@ -890,17 +890,17 @@ tr.exportTo('tr.ui.analysis', function() {
};
return {
- TitleColumn: TitleColumn,
- MemoryColumn: MemoryColumn,
- StringMemoryColumn: StringMemoryColumn,
- NumericMemoryColumn: NumericMemoryColumn,
- MemoryCell: MemoryCell,
- expandTableRowsRecursively: expandTableRowsRecursively,
- aggregateTableRowCellsRecursively: aggregateTableRowCellsRecursively,
- aggregateTableRowCells: aggregateTableRowCells,
- createCells: createCells,
- createWarningInfo: createWarningInfo,
- DetailsNumericMemoryColumn: DetailsNumericMemoryColumn
+ TitleColumn,
+ MemoryColumn,
+ StringMemoryColumn,
+ NumericMemoryColumn,
+ MemoryCell,
+ expandTableRowsRecursively,
+ aggregateTableRowCellsRecursively,
+ aggregateTableRowCells,
+ createCells,
+ createWarningInfo,
+ DetailsNumericMemoryColumn,
};
});
</script>
« no previous file with comments | « tracing/tracing/ui/analysis/memory_dump_sub_view_test_utils.html ('k') | tracing/tracing/ui/analysis/multi_event_summary.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698