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

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

Issue 2771723003: [tracing] Move math utilities from base into their own subdirectory (attempt 2) (Closed)
Patch Set: rebase Created 3 years, 9 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
Index: tracing/tracing/ui/analysis/selection_summary_table.html
diff --git a/tracing/tracing/ui/analysis/selection_summary_table.html b/tracing/tracing/ui/analysis/selection_summary_table.html
index f4f2b62af069bc53eed7ecf7b5616d6b86f410a4..746837f1676895a6fa70a5815469475c9d1e1e3d 100644
--- a/tracing/tracing/ui/analysis/selection_summary_table.html
+++ b/tracing/tracing/ui/analysis/selection_summary_table.html
@@ -33,7 +33,7 @@ found in the LICENSE file.
Polymer({
is: 'tr-ui-a-selection-summary-table',
created: function() {
- this.selection_ = new tr.b.Range();
+ this.selection_ = new tr.b.math.Range();
},
ready: function() {
« no previous file with comments | « tracing/tracing/ui/analysis/related_events.html ('k') | tracing/tracing/ui/analysis/single_thread_time_slice_sub_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698