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

Unified Diff: tracing/tracing/ui/analysis/memory_dump_heap_details_pane.html

Issue 2172783002: [polymer] Fix rebase mistakes in tracing/ (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-rebase
Patch Set: Checkpoint. Created 4 years, 5 months 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
« no previous file with comments | « no previous file | tracing/tracing/ui/analysis/single_cpu_slice_sub_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/analysis/memory_dump_heap_details_pane.html
diff --git a/tracing/tracing/ui/analysis/memory_dump_heap_details_pane.html b/tracing/tracing/ui/analysis/memory_dump_heap_details_pane.html
index 84bd3ae49dd7ac94dd5e8bb7b767f69909079e55..3efadc7aaea958f2b2abdc86a2ff662c11a06e8d 100644
--- a/tracing/tracing/ui/analysis/memory_dump_heap_details_pane.html
+++ b/tracing/tracing/ui/analysis/memory_dump_heap_details_pane.html
@@ -225,13 +225,15 @@ tr.exportTo('tr.ui.analysis', function() {
},
{
label: 'Top-down (Heavy)',
- value: MultiDimensionalViewBuilder.ViewType.TOP_DOWN_HEAVY_VIEW
+ value: MultiDimensionalViewBuilder.ViewType
+ .TOP_DOWN_HEAVY_VIEW
},
{
label: 'Bottom-up (Heavy)',
- value: MultiDimensionalViewBuilder.ViewType.BOTTOM_UP_HEAVY_VIEW
+ value: MultiDimensionalViewBuilder.ViewType
+ .BOTTOM_UP_HEAVY_VIEW
}
- ]));
+ ]));
},
/**
« no previous file with comments | « no previous file | tracing/tracing/ui/analysis/single_cpu_slice_sub_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698