| 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>
|
|
|