| Index: tracing/tracing/ui/find_controller_test.html
|
| diff --git a/tracing/tracing/ui/find_controller_test.html b/tracing/tracing/ui/find_controller_test.html
|
| index 70ae63aeaab50db0b986e4eaeeef78de609a7877..9517d142e3496dde1f9b336df20237d071725ef9 100644
|
| --- a/tracing/tracing/ui/find_controller_test.html
|
| +++ b/tracing/tracing/ui/find_controller_test.html
|
| @@ -221,7 +221,7 @@ tr.b.unittest.testSuite(function() {
|
| container.id = 'track_view_container';
|
|
|
| var timeline = document.createElement('tr-ui-timeline-view');
|
| - timeline.appendChild(container);
|
| + Polymer.dom(timeline).appendChild(container);
|
|
|
| // This is for testing only, have to make sure things link up right.
|
| timeline.trackViewContainer_ = container;
|
|
|