| 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() {
|
|
|