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

Unified Diff: tracing/tracing/base/unittest/suite_loader.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
« no previous file with comments | « tracing/tracing/base/unittest/interactive_test_runner.html ('k') | tracing/tracing/core/test_utils.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/unittest/suite_loader.html
diff --git a/tracing/tracing/base/unittest/suite_loader.html b/tracing/tracing/base/unittest/suite_loader.html
index 08fc7dc5ffa7c423b4604d6447488e1ce7a4e752..e72bcd9c1c85af6a20cf112f50260cf0d4f8f9ad 100644
--- a/tracing/tracing/base/unittest/suite_loader.html
+++ b/tracing/tracing/base/unittest/suite_loader.html
@@ -34,7 +34,7 @@ tr.exportTo('tr.b.unittest', function() {
testRelpath + '"');
});
- tr.doc.head.appendChild(importEl);
+ Polymer.dom(tr.doc.head).appendChild(importEl);
});
},
« no previous file with comments | « tracing/tracing/base/unittest/interactive_test_runner.html ('k') | tracing/tracing/core/test_utils.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698