| Index: tracing/tracing/ui/analysis/generic_object_view.html
|
| diff --git a/tracing/tracing/ui/analysis/generic_object_view.html b/tracing/tracing/ui/analysis/generic_object_view.html
|
| index 9c791119b4043f89894084603cca77c2387944a0..b7bbed5684196c6166e71d6adccef3e4f8f87398 100644
|
| --- a/tracing/tracing/ui/analysis/generic_object_view.html
|
| +++ b/tracing/tracing/ui/analysis/generic_object_view.html
|
| @@ -291,8 +291,8 @@ Polymer({
|
| this.labelEl_ = document.createElement('div');
|
| this.genericObjectView_ =
|
| document.createElement('tr-ui-a-generic-object-view');
|
| - this.shadowRoot.appendChild(this.labelEl_);
|
| - this.shadowRoot.appendChild(this.genericObjectView_);
|
| + this.root.appendChild(this.labelEl_);
|
| + this.root.appendChild(this.genericObjectView_);
|
| },
|
|
|
| get label() {
|
|
|