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

Unified Diff: tracing/tracing/base/unittest/interactive_test_runner.html

Issue 1922193002: [polymer] Replaces this.appendChild with Polymer.dom(this).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/base/unittest/interactive_test_runner.html
diff --git a/tracing/tracing/base/unittest/interactive_test_runner.html b/tracing/tracing/base/unittest/interactive_test_runner.html
index 05a067939ec3c76eda4eb629d1a30a74b68394e2..3bacd09761cbfd69765581f91747aa4c0ce57055 100644
--- a/tracing/tracing/base/unittest/interactive_test_runner.html
+++ b/tracing/tracing/base/unittest/interactive_test_runner.html
@@ -184,7 +184,7 @@ tr.exportTo('tr.b.unittest', function() {
this.onTestFlaky_ = this.onTestFlaky_.bind(this);
this.onTestPassed_ = this.onTestPassed_.bind(this);
- this.appendChild(tr.ui.b.instantiateTemplate(
+ Polymer.dom(this).appendChild(tr.ui.b.instantiateTemplate(
'#x-base-interactive-test-runner-template', THIS_DOC));
this.querySelector(
« no previous file with comments | « tracing/tracing/base/unittest/html_test_results.html ('k') | tracing/tracing/ui/analysis/analysis_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698