| Index: tracing/tracing/ui/base/list_and_associated_view.html
|
| diff --git a/tracing/tracing/ui/base/list_and_associated_view.html b/tracing/tracing/ui/base/list_and_associated_view.html
|
| index 62df3785ad5cf648aaceb88aa7bbc72cedae1fad..b44d9deb85f2bd241eea26bcc053303a4f585b50 100644
|
| --- a/tracing/tracing/ui/base/list_and_associated_view.html
|
| +++ b/tracing/tracing/ui/base/list_and_associated_view.html
|
| @@ -24,7 +24,7 @@ tr.exportTo('tr.ui.b', function() {
|
| */
|
| var ListAndAssociatedView = tr.ui.b.define('x-list-and-associated-view');
|
| ListAndAssociatedView.prototype = {
|
| - __proto__: HTMLUnknownElement.prototype,
|
| + __proto__: HTMLDivElement.prototype,
|
|
|
| decorate: function() {
|
| this.list_ = undefined;
|
|
|