| Index: tracing/tracing/model/comment_box_annotation.html
|
| diff --git a/tracing/tracing/model/comment_box_annotation.html b/tracing/tracing/model/comment_box_annotation.html
|
| index 5c76b8d9fc6054687677aaee6a97272977e8e19e..533947d99ad903a8815e387d63be8d474adf5967 100644
|
| --- a/tracing/tracing/model/comment_box_annotation.html
|
| +++ b/tracing/tracing/model/comment_box_annotation.html
|
| @@ -5,8 +5,8 @@ Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file.
|
| -->
|
|
|
| -<link rel="import" href="/tracing/model/location.html">
|
| <link rel="import" href="/tracing/model/annotation.html">
|
| +<link rel="import" href="/tracing/model/location.html">
|
| <link rel="import" href="/tracing/model/rect_annotation.html">
|
| <link rel="import" href="/tracing/ui/annotations/comment_box_annotation_view.html">
|
|
|
| @@ -55,7 +55,7 @@ tr.exportTo('tr.model', function() {
|
| CommentBoxAnnotation, {typeName: 'comment_box'});
|
|
|
| return {
|
| - CommentBoxAnnotation: CommentBoxAnnotation
|
| + CommentBoxAnnotation,
|
| };
|
| });
|
| </script>
|
|
|