Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: tracing/tracing/ui/find_controller_test.html

Issue 1923953003: [polymer] Switches .appendChild() to Polymer.dom()...appendChild() (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « tracing/tracing/ui/extras/system_stats/system_stats_snapshot_view.html ('k') | tracing/tracing/ui/metrics_debugger_app.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698