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