| Index: tracing/tracing/ui/analysis/single_alert_sub_view.html
|
| diff --git a/tracing/tracing/ui/analysis/single_alert_sub_view.html b/tracing/tracing/ui/analysis/single_alert_sub_view.html
|
| index e806d7f5c2e18c3c292bef00115eeea3a94ee572..1d511c1541882dc265529a0e4238818faf9399fe 100644
|
| --- a/tracing/tracing/ui/analysis/single_alert_sub_view.html
|
| +++ b/tracing/tracing/ui/analysis/single_alert_sub_view.html
|
| @@ -59,7 +59,7 @@ Polymer({
|
| }
|
| }.bind(this);
|
|
|
| - this.appendChild(realView);
|
| + Polymer.dom(this).appendChild(realView);
|
| realView.setSelectionWithoutErrorChecks(selection);
|
| }
|
| });
|
|
|