| Index: tracing/tracing/ui/analysis/object_snapshot_view.html
|
| diff --git a/tracing/tracing/ui/analysis/object_snapshot_view.html b/tracing/tracing/ui/analysis/object_snapshot_view.html
|
| index 4363e9fb46687f9e17a5c6ad55a39dc92cac19e0..238e4a7af3f0ee62f23a9827c4c7756070be74fc 100644
|
| --- a/tracing/tracing/ui/analysis/object_snapshot_view.html
|
| +++ b/tracing/tracing/ui/analysis/object_snapshot_view.html
|
| @@ -57,7 +57,7 @@ tr.exportTo('tr.ui.analysis', function() {
|
| tr.b.decorateExtensionRegistry(ObjectSnapshotView, options);
|
|
|
| return {
|
| - ObjectSnapshotView: ObjectSnapshotView
|
| + ObjectSnapshotView,
|
| };
|
| });
|
| </script>
|
|
|