| Index: tracing/tracing/ui/extras/drive/comments_side_panel.html
|
| diff --git a/tracing/tracing/ui/extras/drive/comments_side_panel.html b/tracing/tracing/ui/extras/drive/comments_side_panel.html
|
| index a834ab16da3f6632d73100e30511e42bf9d7e776..4c72fa6dddfa15469a96317ee96a0132052dda7d 100644
|
| --- a/tracing/tracing/ui/extras/drive/comments_side_panel.html
|
| +++ b/tracing/tracing/ui/extras/drive/comments_side_panel.html
|
| @@ -61,7 +61,7 @@ Polymer({
|
| behaviors: [tr.ui.behaviors.SidePanel],
|
|
|
| ready: function() {
|
| - this.rangeOfInterest_ = new tr.b.Range();
|
| + this.rangeOfInterest_ = new tr.b.math.Range();
|
| this.selection_ = undefined;
|
| this.comments_ = [];
|
| this.annotationFromComment_ = undefined;
|
|
|