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

Unified Diff: tracing/tracing/core/test_utils.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/suite_loader.html ('k') | tracing/tracing/importer/import.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/core/test_utils.html
diff --git a/tracing/tracing/core/test_utils.html b/tracing/tracing/core/test_utils.html
index 82e71efdf600479d255f0b4e45aacdaf73dc58ec..6f79d3d3d1d38bcf8b461650923302261cd69b9a 100644
--- a/tracing/tracing/core/test_utils.html
+++ b/tracing/tracing/core/test_utils.html
@@ -443,8 +443,8 @@ tr.exportTo('tr.c', function() {
});
var outputEl = document.createElement('div');
- outputEl.appendChild(copyButtonEl);
- outputEl.appendChild(testSourceEl);
+ Polymer.dom(outputEl).appendChild(copyButtonEl);
+ Polymer.dom(outputEl).appendChild(testSourceEl);
test.addHTMLOutput(outputEl);
};
« no previous file with comments | « tracing/tracing/base/unittest/suite_loader.html ('k') | tracing/tracing/importer/import.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698