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

Unified Diff: tracing/tracing/ui/analysis/memory_dump_overview_pane.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_overview_pane.html
diff --git a/tracing/tracing/ui/analysis/memory_dump_overview_pane.html b/tracing/tracing/ui/analysis/memory_dump_overview_pane.html
index fda36e142ee92471af4f35406ec001492124acea..d850025e84e9fbcb00de0c35c1765062272b1ea3 100644
--- a/tracing/tracing/ui/analysis/memory_dump_overview_pane.html
+++ b/tracing/tracing/ui/analysis/memory_dump_overview_pane.html
@@ -754,12 +754,12 @@ tr.exportTo('tr.ui.analysis', function() {
return {
// All exports are for testing only.
- ProcessNameColumn: ProcessNameColumn,
- UsedMemoryColumn: UsedMemoryColumn,
- PeakMemoryColumn: PeakMemoryColumn,
- ByteStatColumn: ByteStatColumn,
- AllocatorColumn: AllocatorColumn,
- TracingColumn: TracingColumn
+ ProcessNameColumn,
+ UsedMemoryColumn,
+ PeakMemoryColumn,
+ ByteStatColumn,
+ AllocatorColumn,
+ TracingColumn,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698